JS Crawl screen width set font size REM

Source: Internet
Author: User

var doc = Window.document
var docel = doc.documentelement
var tid

function Refreshrem () {
var width = docel.getboundingclientrect (). Width
if (Width > 540) {//Max width
width = 540
}
var rem = width/7.5//The screen width is divided into 750 parts, 1 parts for 1rem 375 screen just 0.5px
docEl.style.fontSize = rem + ' px '
}

Window.addeventlistener (' Resize ', function () {
Cleartimeout (TID)
Tid = SetTimeout (Refreshrem, 300)
}, False)
Window.addeventlistener (' Pageshow ', function (e) {
if (e.persisted) {
Cleartimeout (TID)
Tid = SetTimeout (Refreshrem, 300)
}
}, False)

Refreshrem ()

JS Crawl screen width set font size REM

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.