css trick to disable parallax effect on phones- help please
Clash Royale CLAN TAG #URR8PPP css trick to disable parallax effect on phones- help please //html code for parallax - help required here. I have added div for parallax with name parallax and parallax css in stylesheet. please note. any help in disabling it for the mobile and desktop view will be appreciated.Thanks. I had gone through numerous posts but no help. but I don't want it to be disabled for desktop. I just want it to stop working for the mobile. Can something be done about it? when i use the media query it disables on my desktop but works fine on mobile. any help. it's urgent </head> <style> @media only screen and (min-width: 320px) and (max-width: 989px) { .parallax { background-attachment: scroll !important; } //parallax code .parallax { /* The image used */ margin-top: 30px; background-image: url("images/teodorik-mensl-316897-unsplash.jpg"); /* Set a specific height */ height: 500px; /* Create the parallax scro...