Animations do not load on mobile with fixed background
-
Hi,
So I have added the following CSS to my site in order to maintain a fixed background on mobile devices:
@media only screen and (max-width: 758px) { html, body { width: 100%; height: 100%; } #site-wrapper { background-image: url(https://entifydesigns.com/wp-content/uploads/2017/06/bronze_mobile-1.jpg) !important; width: 100%; height: 100%; overflow: scroll; } }
The issue is, with that code active, specifically it seems the html,body bit, some of my animations do not work and the content does not appear. The page is made up of three main parts, the top divs (home1, home2-3) load fine. The middle (middle-stuff) and bottom (why-us) do not load at all. Please advice, I am driving myself nuts trying to figure out why. Thanks!!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Animations do not load on mobile with fixed background’ is closed to new replies.