새소식

Front

[Solved] How to fix ios background size cover

  • -
728x90

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)


  1. background-attachmentfixed;
  2. background-size100vmax 100vmax;



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

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.