Search code examples
javascriptimageimage-gallerymasonry

Images in JS grid won't load fully


Wondering if anyone can help. I have a JS image gallery (link) where the images won't load fully, unless you resize the browser window. I can't figure out what the problem is. Can you help? Thank you in advance.


Solution

  • .av-masonry {
        position: relative;
        overflow: hidden;//This is causing image to hide
        clear: both; 
    }