Is it possible to resize the height of the Featured image area to be about half it's default height?
Resize height of Featured Area?
4 posts from 3 voices-
Posted 10 months ago #
-
Yes - you can adjust the slideshow/image dimensions in functions.php:
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48 ); // small preview pics eg sidebar news $avia_config['imgSize']['archive'] = array('width'=>230, 'height'=>80); // medium preview pic for archives $avia_config['imgSize']['portfolio'] = array('width'=>243, 'height'=>125); // medium preview pic for portfolio $avia_config['imgSize']['blog'] = array('width'=>574, 'height'=>200); // image for blog posts $avia_config['imgSize']['page'] = array('width'=>726, 'height'=>250); // image for pages $avia_config['imgSize']['featured'] = array('width'=>978, 'height'=>99999); // big images for fullsize pages and mainpage slider. no height limitationAfterwards regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Posted 10 months ago # -
Is it possible to apply this to all pages EXCEPT the home page?
Posted 10 months ago # -
Hi jeffnissen,
If I'm not mistaken, you can just use a smaller image for the other pages as the Featured area (as seen in the above code) doesn't actually crop images. So if you use a 978 width image and you change the height to what you would like, the area should adapt.
Regards,
Devin
Posted 10 months ago #
Reply
You must log in to post.














