Tagged: featured image size, full size
Hello,
I just want to know how to set the featured image size.
In my case, I would like it displayed full size image on post.
Thank you.
Hey!
It depends on what kind of blog are you using, can you post a link to your site please?
Regards,
Josue
Hi,
On a regular blog page like this : https://bagnispa.com/special-2016-st-valentin-bagni-spa/
Thanks
Hi!
That image seems to be displayed at full size on my end. Can you post a screenshot of your view (or how it should look)?
Best regards,
Josue
Yes it’s full size because it is an image from the media library.
In this case, i disabled the featured image. (Don’t show image on unique post)
But it’s a problem when it come the time to share in Facebook because it won’t show any image.
I just want to know where i can change the default size for featured image. (config.php or it can be done in WP admin or other ways?)
Thanks.
Hey!
Please go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
and change it as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Yigit
Thanks for help !