Last active
August 29, 2015 14:18
-
-
Save ianthekid/a80bd359777a97363d27 to your computer and use it in GitHub Desktop.
Fix Background Size cover for iOS Safari stretching max 100%
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (-webkit-min-device-pixel-ratio: 2) { | |
.bg { | |
background-attachment: scroll !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment