Set 320 fixed width to fit the phone screen with Transform:scale

Source: Internet
Author: User

The structure of the WAP page is put into the lm-wall320.

<div id= "lm-wall320" >...</div>

By JS According to the width of the different mobile phone pages according to the 320 calculation from the middle of the top to start scaling

(function () {var doc = document,style=doc.createelement (' style '), Timmer = null;style.innerhtml = SetStyle (); Doc.getelementsbytagname (' head ') [0].appendchild (style);/* Screen flipping *    /window.addeventlistener (window[' Onorientationchange ']? ' Orientationchange ': ' Resize ', function () {       cleartimeout (Timmer);       Timmer = SetTimeout (function () {        style.innerhtml = SetStyle ();       },100);    }, False);    /* Generate style *    /function SetStyle () {var w = Doc.documentelement.clientwidth;return ' #LM-wall320{-webkit-transform: Scale (' +w/320+ ');-webkit-transform-origin:top Center;} ';}}) ();

  

Simple Demo

<! DOCTYPE html>

  

Set 320 fixed width to fit the phone screen with Transform:scale

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.