Reply To: Circle stuck in the middle of my fullscreen video


imaginem
Support

Hi, Removing that css property won’t break the slideshow. Can you point me to the other slideshows mentioned in you comment.

Please follow to remove the background property to remove the loader animation on top of the video.

Another way is to modify the z-index in the same ID

/css/supersized/supersized.css

Line 17 ID #supersized-loader

Modify z-index to

z-index: -9999;

Let me know slideshow page urls where slideshow is not working. It’s not possible for it to not work because of background css properties recommended in my solution.

Thanks