Blue screen showing fullscreen when loading
-
Hello,
When using your plugin, when the page is loading we get a blue background showing on the entiere screen and preventing from scrolling, until the 3D is loaded and then it disapear. On computer we don’t really see it as it’s pretty fast to hide, but on mobile or on safari, we can see it when loading the page without cache (CTRL + F5).
We already tried a few things, without effect. How can we fix/hide this? If we hide the class : .spritespin-instance.loading {display: none} then the 3D doesn’t show anymore and if we try to remove the loading class in JS, same thing we still manage to see it a few time:
setInterval(function() {
jQuery(‘.spritespin-instance’).removeClass(‘loading’)
}, 250);Best regards,
The page I need help with: [log in to see the link]
- The topic ‘Blue screen showing fullscreen when loading’ is closed to new replies.