Tagged: featured image size, featured images
Before changing to Enfold I set my featured image size to less than the current 704 x 400px.
As a result of this some of my featured images are less than 704 x 400px.
Is there a quick and simple way of making them all 704x400px?
Thanks
Derek
Hi derek62!
Where are you using the featured image? Posts? You can find the thumbnail size use for post on functions.php, find this code:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
Change the width and the height then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael