Tagged: Blog, featured image
-
AuthorPosts
-
May 30, 2014 at 6:47 pm #272522
Hi, the last update changed the size of the featured image in blog postings – the height of the featured image used to be 360px, now it’s 270px.
How can I change the featured image size back to the previous, larger height? I use a lot of type on my featured images, so I don’t want any image cutting to occur.
thx in advance, greetings, Ritchie
May 30, 2014 at 11:02 pm #272642Hi!
Have you tried changing that in Settings > Media and then regenerating the thumbnails?
Can you post a link to your blog page?
Regards,
JosueMay 31, 2014 at 11:36 am #272760Hi Josue,
I never changed anything in my media settings… neither before installing Enfold nor after updating.
I don’t want to use thumbnails for the big featured image; when I post a new blog entry, I always save my featured image in the size 706x360px – Enfold used to display the original images without any cropping or resizing.
Here’s a screenshot of a blog posting with a big featured image:
And here’s my media settings:
I don’t understand how updating changed the featured image setting… it used to be 706px by 360px, now it’s 706px by 270px.
The featured images are all uploaded in the correct size, but the display height is wrong.May 31, 2014 at 12:36 pm #272763I have the same problem here http://thinkbigger.pt/blog/comunicacao-na-internet-como-fidelizar-clientes-online/
After the latest update all my featured images decreased the size.
I need your urgent help, please.
May 31, 2014 at 6:12 pm #272801Hey!
This will fix it, add it to the Quick CSS:
.big-preview img { height: 360px; width: auto !important; }
Cheers!
JosueMay 31, 2014 at 6:26 pm #272807Hi,
it’s better, but not 100% fixed. The image is not stretched to the width of the article block, even if I increase the height value.May 31, 2014 at 6:28 pm #272809Change the code to:
.big-preview img { height: auto !important; width: 100% !important; }
Best regards,
JosueMay 31, 2014 at 6:32 pm #272810Perfect!
Thanks JosueCheers,
João CamposMay 31, 2014 at 6:33 pm #272812May 31, 2014 at 7:34 pm #272817Hi Josue,
thanks for the quick reply, but unfortunately not ;-)
I tried the first css code – it results in a larger, yet streched image:
The second code doesn’t change the result at all:
May 31, 2014 at 8:29 pm #272824Hi,
Can you post a link to your website please? you can put it in a private reply if you want.
Regards,
JosueJune 1, 2014 at 5:58 pm #272964No prob – ain’t no secret :-)
June 1, 2014 at 7:12 pm #272997Hi,
Open functions.php and look for line 101:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Replace it by this:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>360); // big images for blog and page entries
Regards,
Josue- This reply was modified 10 years, 5 months ago by Josue.
June 2, 2014 at 3:28 pm #273281Hi Josue,
thank you! I changed the image size in functions.php – yet the displayed size is still 270px ;-)
greetings, Ritchie
June 2, 2014 at 5:30 pm #273354Hey Ritchie!
Try doing a force regeneration:
https://wordpress.org/plugins/force-regenerate-thumbnails/Don’t forget to flush any caching you may have activated.
Cheers!
JosueJune 4, 2014 at 10:31 am #274431Thank you – that did the trick.
-
AuthorPosts
- The topic ‘Size of the featured image in blog posts’ is closed to new replies.