Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #422425

    Hi All,

    If you have a look at this portfolio page:
    http://allisonparkinson.co.uk/wp/portfolio-item/marie-curie-mungo-project/

    you will notice that when you click on the image to see it bigger it does work (lightbox functionality) in both Chrome and Firefox. However it does not in Internet Explorer.

    Please advise how to fix it?

    Kind regards,
    Peter

    #422760

    Hey TheElear!

    I’m on Windows 7 with IE11 and it’s working fine for me. Make sure compatibility view is turned off and then try clearing your browser cache.

    Best regards,
    Elliott

    #431334

    Hi Elliott,

    I checked it on another Windows machine (with compatibility view off) and the problem persists.

    Basically the lightbox view shows but the image is resized to fit the screen.
    I disabled this feature here:
    https://kriesi.at/support/topic/maximum-size-of-lightbox-image/

    with this:

    img.mfp-img {
        max-height: initial !important;
    }

    This works perfect in Chrome and Safari and Firefox

    Can you help?

    regards,

    #431927

    Hey!

    On what version of IE are you experiencing this? can you post a screenshot of your view?

    Best regards,
    Josue

    #432735
    This reply has been marked as private.
    #434586

    Hi!

    Change the code to this:

    img.mfp-img {
        max-height: none !important;
    }

    Cheers!
    Josue

    #440282

    Hi Josue,

    Thanks for your help. This works as expected.
    I have now sorted it out and this thread can be close.

    regards,
    P

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Lightbox does not work in IE’ is closed to new replies.