Tagged: internet explorer, Lightbox
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
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
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,
Hey!
On what version of IE are you experiencing this? can you post a screenshot of your view?
Best regards,
Josue
Hi!
Change the code to this:
img.mfp-img {
max-height: none !important;
}
Cheers!
Josue
Hi Josue,
Thanks for your help. This works as expected.
I have now sorted it out and this thread can be close.
regards,
P