Support » Plugin: WordPress Gallery Plugin - NextGEN Gallery » [Plugin: NextGEN Gallery] IE8 – Squished Thumbnail Gallery Images

Viewing 5 replies - 1 through 5 (of 5 total)
  • msdana

    (@msdana)

    I am having this same problem as well. It works fine in Firefox and Chrome, but not IE8.

    Any suggestions?

    Thread Starter grafis

    (@snackmaster)

    I have a fix for my Theme – Thematic (a Theme Framework from which I’m running a custom Child Theme). The issue in my case appears to be ‘max-width:100%;’ in the CSS below.

    I found this class in my Theme – images.css

    .entry-content img {
        height:auto;
        margin: 0 0 18px 0;
        max-width:100%;
    }

    I changed to this and there appears to be no negative affect on other images. Working in latest builds of Chrome, FF and IE8. I’ve placed the change below in my child stylesheet.

    /*Fix for NextGen Gallery in IE8  */
    .entry-content img {
    	max-width: none;
    }

    I have this problem with the Platform Theme. Only way I can access the css files is through the WP-Content file on my server. Frankly, I’m not sharp enough to load up changes to those files via FTP. If someone has come up with a fix for this, I would appriciate hearing about it.

    I’m also using Platform and have the same problem. I’ve tried adding the fix above to both the child theme custom css and I also tried to add it to the plugin’s code. but, neither worked. Did anyone figure out how to fix this? I would appreciate any help! the site and pkage I’m working is: http://jillburlington.com/listings

    Hi again! Sorry to keep posting, but I figured it out! I am using the plugin WP-Property in Platform Pro and the thumbnails on the listings page was not working properly.

    So, I added:

    .property_image img {
    max-width: none;
    }

    And it worked!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] IE8 – Squished Thumbnail Gallery Images’ is closed to new replies.