How to Disable CSS Parallax on iOS Devices to Avoid the Zoomed In Bug
If you have a website that uses the CSS parallax effect on background images (i.e., background-attachment:fixed), you might have noticed that those backgrounds get super zoomed in on iOS devices. That’s because on those devices, the background image is expanded to the height of the whole site, rather than the browser window, resulting in the … Read more