Convert height of an document fr
2017-07-02 本文已影响16人
RoyTien
The height
of document
object is pixel, times percentage to convert into vh
// 10vh
document.documentElement.clientHeight * 0.1;
The height
of document
object is pixel, times percentage to convert into vh
// 10vh
document.documentElement.clientHeight * 0.1;