hi there!
[Solved] How to fix ios background size cover!
(The problem was very difficult.. for me)
please try to use this code
background-size : cover -> background-size : 100vmax 100vmax
example 1)
background: url( /gfx/background.jpg ) no-repeat top center fixed;
background-size: 100vmax 100vmax;
in my case
example 2)
- background: url(../images/parallax/index_image.jpg) no-repeat fixed;
- background-attachment: fixed;
- background-size: 100vmax 100vmax;
- background-position: 100%;
- padding: 50px 0px;
* It even works with the .paradox !!
thank you!
#ios #background-size #cover #solved
reference : https://stackoverflow.com/questions/24154666/background-size-cover-not-working-on-ios/50064623#50064623?newreg=ca66245a7c174015a55763617b0b8335