Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #460448

    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!

    #460621

    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

    #460807

    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.

    #460821

    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;
    }
    
    #461111

    Hey!

    Great, please let us know if you should need any more help.

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.