I have a photo gallery, it works on all browsers except IE, the thumbnails do not appear.
I was thinking of trying to find another gallery to use online, but I figured I'll try here first. any help is very appreciated!
here is the link http://lockheedlee.com/meadowland/gallery.html
Thank you so much.
The reason it is not working in ie11
has to do with the way you are preloading your images, likely with the jQuery.preloader.js
The inline style visibility: hidden
is not properly getting removed from the img
elements in ie11
. I don't believe this is an issue with isotope, but I would recommend updating to the newest version and for the time being, find a new img
preloader, like this one, by the same developer as isotope.