• Resolved peterjabulani

    (@peterjabulani)


    Hi.

    Thanks for creating this plugin – awesome!

    Can you point me in the right direction to remove the loading animation that hides the images until all are loaded?

    I am inspecting the page and can see that the images have loaded so not sure why there is a white screen hiding them until all are loaded – think it would be better UX if they load as quick as possible.

    Thanks

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

    (@bluenotes)

    It should remove on its own after all images have loaded. There isn’t a “white screen” over the images as they are only set to an opacity of 0 until all are loaded. Per haps what is happening is that something else on your page is still loading which is causing the delay???

    You can reverse this with the following CSS:

    .bne-gallery-loader { display: none !important; }
    .gallery-single { opacity: 1 !important; }
    
    Thread Starter peterjabulani

    (@peterjabulani)

    Sorry for late reply.

    I have modified your plugin quite a bit to work with lazy loading as it wasnt working with other lazy load plugins.

    The fix would not work on all sites as I have set the number of images wide to what I use – but it lazy loads well now.

    You can see it here: http://ruthallenphotography.co.uk/weddings-overview/

    Let me know if you want to see the code?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Loading animation’ is closed to new replies.