Tagged: bug, enfold, featured image
Hello,
I’ve got problem with your theme, Enfold.
I still have support for item I bought.
I have single post entry and I cannot change via PHP or anywhere else size of featured image in it:
I want image to be full width and height, not this ugly crop.
Please help
Best regards,
Roman
Hey rmieniawski,
Thank you for the inquiry.
The size of the featured image on post with sidebar is set to 845x321px by default. You can adjust it directly in the functions.php file (line 195).
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
Or by using the following plugin.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael