Viewing 9 replies - 1 through 9 (of 9 total)
  • I’m having the same issue with IE8.
    I added this to an IE8 conditional comment.

    .ngg-gallery-thumbnail {width:160px;padding-right:10px;}

    Set the width to whatever your gallery thumbnails are plus any padding you have on the image.

    Thread Starter leviticus

    (@leviticus)

    That solved the problem. Thanks!

    fixed it for me too, thanks

    Hi guys, really need help with this. How can I set a IE8 conditional comment? What file do I edit, etc…

    I’m trying to control the gallery here: https://www.jasfree.com/inspiration/

    If you’re using IE8 you can see that my thumbnail round corners aren’t working right because the image in the thumbnail has been moved down by IE.

    I guess I could set up a seperate CSS sheet but I need to know how to use a conditional comment.

    please help.

    You can ad the code in your CSS. Then it will be the same for all browsers.

    .ngg-gallery-thumbnail {
    width:100px;
    padding-right:10px;
    }

    Make sure the width is the same as in Gallery > Options > Thumbnail settings.

    Just wanted to say thanks… I was having the same issue with IE8 showing gallery thumbnails long and vertical, stacked. (Was perfect in FF, Opera and Safari)

    Adding the width and padding above to nggallery.css (found in /wp-content/plugins/nextgen-gallery/css/) worked like a charm!

    Thanks yoyogliderpilot for that snippet of enlightenment. ??

    FANTASTIC! Thank you for this fix! As a “newbie” to CSS, I am so glad for help like this. Now, the thumbs look great in IE.

    Thanks for the help.

    Not really resolved for me, as it now means all my gallerys have to have the same size thumbnails.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: NextGEN Gallery] Thumbnails not displaying properly in IE8’ is closed to new replies.