JS) Mobile viewport size fit
To support various device viewport size specially mobile device has portrait and landscape, scale up and down, website have to adjust various enviorment js Code - it is widely used function initScale() { var ress = navigator.userAgent; if (ress.indexOf("Android 1.", 0) > -1 ){ if (ress.indexOf("480", 0) > -1 ) { // 480x800 var per = 0.5226824457593688; } else if(ress.indexOf("600", 0) > -1 ) { /..
HTML CSS JS
2021. 9. 24. 07:41
공지사항