nicinabox / superslides

A fullscreen, hardware accelerated slider for jQuery.
http://archive.nicinabox.com/superslides
MIT License
1.51k stars 442 forks source link

Image ridiculous scaling after resizing window, only happens with other div underneath it. #364

Open theRTT opened 6 years ago

theRTT commented 6 years ago

So if I resize my window, the image scales in a ridiculous manner, it literally zooms in to 100% if you keep resizing the window. I've found out that this only happens when I put more content under the superslider. Also changing the css position from relative to absolute helped for a short moment, but for some reason that stopped helping after a while as well.

It happens when there is more content below the superslider:

schermafbeelding 2018-02-15 om 09 43 35

What can solve this?

Thanks in advance.

ReeceKenney commented 6 years ago

Make sure you have: <!DOCTYPE html>

Above the opening <html> block.