Hi,
How is the featured image that is set from the following setting getting sized?
” Should the first entry be displayed bigger?
If checked the first entry will stand out with big image”
I looked through a lot support questions and i’m assuming it’s one of these:
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321 // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>423 );
I’m trying to figure out what we should size the images to. Is it possible to use the crop wordpress tool and set it to that? We tried this but it didn’t seem to change anything.
Any help would be appreciated.
Hey josiehaney!
It’s on line 125 in the functions.php file.
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines
If you change the thumbnail size then you may need to regenerate your thumbnails to see the changes, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
Elliott
hi elliott, how does this relate to the image that gets created as a square when the post isn’t in the top position anymore? Is it possible to re-crop these images with the wordpress crop functionality and have the crops get applied to the two images?
Hey!
I’m sorry but I’m not sure I understand. Take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
Elliott
Hey!
Looks like it did not upload. Try hosting your screenshot and imgur.com and copy the URL it gives you.
Cheers!
Elliott
Hi!
Yep, add this to your custom CSS.
.av-magazine-thumbnail { width: 81px !important; max-height: 61px !important; }
.av-magazine-thumbnail img {
height: 49px;
}
Regards,
Elliott