Preloader clips when browser window get's larger

I made a custom preloader (gif).
Put the code, and it works.
But when I enlarge my browser window… my loader clips.
What could be the problem?
www.zantman.be (made my scenes heavy, so the loader animates for a long time)

      <div style="height:94vh;display:flex;align-items:center;justify-content:center;">
<img style="width:100vw;max-width:100px;" src="./preloader.gif"/>
</div>

Found it!
overflow:hidden;">
should be ‘visible’

2 Likes

Glad you’re all set here :slight_smile:

1 Like