javascript - Viewport sizing not working in ios -


i have header in website set 100vh, works great everywhere except ios. ios blows image large, , have scroll way down content.

i've tried height:100% results in no height.

any suggestions ?

ivygarrenton.com

browser support vw/vh/vmin/vmax

ie 9+ partial support,

firefox 31+ - supported

chrome 31+,

safari 7+ - supported has repaint issue

ios safari 7.1+ - partial support

opera - 29+

to lookup in detail refer this link

you can use jquery set height , width instead of one. css more faster jquery rendering ui.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -