marrio-h / universal-parallax

Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.
MIT License
115 stars 24 forks source link

universal-parallax #7

Closed Gerald-dc closed 6 years ago

Gerald-dc commented 6 years ago

This tool works good in Firefox. But not with IE11. Any ideas?

marrio-h commented 6 years ago

Hi,

Thanks for letting me know. I'll look into it!

Gerald-dc commented 6 years ago

Hi,

i checked the demo-page with Firefox, and it worked. But with IE11 i saw no images. Now i changed the code in the index.html from <div class="parallax" data-parallax-image=... to <div class="parallax parralax--bg" data-parallax-image=... and now it´s works with IE11 and Firefox.

bye

Gerald-dc commented 6 years ago

sorry,

from div class parallax to div class parallax parallax--bg and now it works with IE11

bye

marrio-h commented 6 years ago

Ok cool! Glad you sorted it out :)