Tagged: featured image
Hi Team Kriesi,
On the home page of a site I’m developing, a “color section” using the Avia layout builder is set to “At least 100% of the browser window height”.
How do I set the featured image on a blog post for a visually identical look and feel (i.e. at least 100% of the browser window height)?
Hey de-sign-us!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
and change it as needed. Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Yigit