Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author janisto

    (@janisto)

    Hi lod_design,
    your theme is causing IE8 bugs.

    remove this style from /Melody/wp-content/themes/suffusion/style.css:

    .entry img {
    max-width: 99%;
    }

    and remove this:

    .page-template-no-sidebars-php .entry img {
    max-width: 99%;
    }

    or modify: /Melody/wp-content/plugins/polaroid-gallery/css/polaroid_gallery.css

    Add this rule:
    .polaroid-gallery a.polaroid-gallery-item img {
    max-width: auto !important;
    }

    Cheers,
    janisto

    Thread Starter lod_design

    (@lod_design)

    Thanks so much. It now works fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Polaroid Gallery] Problems with IE8’ is closed to new replies.