Tagged: gallery
Hello,
I use the built-in WordPress Gallery function. Everything was working fine, and I didn’t change anything, but now the images are totally wrong on blog posts that have a gallery. The images default to a very small size (like 80x60px). However, it is loading the correct 800×600 image and scaling it down to the small size.
You can see an example here or here. The problem applies to all galleries on my site, not just the two I linked to here.
Any idea what might be causing this?
Thanks!
Hey happinessplunge!
Thank you for using Enfold.
Please use the theme’s default gallery shortcode. You can add it using the shortcode wand. :)
Regards,
Ismael
Hi Ismael,
Thanks for your reply. I have dozens galleries in posts going back a few years. I’d really prefer not to have to go one by one and fix every post.
I don’t know what caused it to stop working correctly, but it used to work fine with Enfold.
Can you think of any solution, or any reason why Enfold is shrinking the pictures?
Thanks.
I think I figured it out. I still don’t know what happened to force the smaller size, but the code below seems to fix the problem:
#top .gallery-item {
width: 100% !important;
height: 100% !important;
}