Tagged: archive page, featured image, thumbnail
Is there any way to keep the image ratios for the small image that is displayed in the blog archives? Currently no matter what I do it is showing them as sqaures but my images should be 640 tall by 480 wide (portrait style). Do I have control over the size that is displayed there?
Hey rudtek!
Not really sure what you mean. If your using the single author small then the images should be displayed as squares. Are you wanting to display bigger images there? Can you send us a link to your page?
Regards,
Elliott
I am using single author small. and the images are being shown as square. I was hoping to get them to be shown as the original ratio (which is as i uploaded the images. I tried changing to large image no author, but this changes the ratio too much landscape and part of the image gets cut off. Either way, i’m just lookign to be able to control the image ratio. site link example is http://eval.rudtek.com/doctors/max-h-matos/
Hey!
Add this to your custom CSS.
.blog-meta a, .blog-meta img { width: 300px !important; height: 200px !important; }
And then in /enfold/functions.php on line 118 change the size for the thumbnail
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180);
And regenerate your thumbnails using this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
Elliott