Title: Remove Loading animation
Last modified: July 3, 2017

---

# Remove Loading animation

 *  Resolved [peterjabulani](https://wordpress.org/support/users/peterjabulani/)
 * (@peterjabulani)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-loading-animation/)
 * 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](https://wordpress.org/support/users/bluenotes/)
 * (@bluenotes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-loading-animation/#post-9286150)
 * 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](https://wordpress.org/support/users/peterjabulani/)
 * (@peterjabulani)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-loading-animation/#post-9411896)
 * 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/](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.

 * ![](https://ps.w.org/bne-gallery-extended/assets/icon-256x256.png?rev=1417492)
 * [BNE Gallery Extended](https://wordpress.org/plugins/bne-gallery-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bne-gallery-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bne-gallery-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/bne-gallery-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bne-gallery-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bne-gallery-extended/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [peterjabulani](https://wordpress.org/support/users/peterjabulani/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/remove-loading-animation/#post-9411896)
 * Status: resolved