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 ?
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
Post a Comment