I\'m building an adaptive/responsive website.
Regarding this recent change to the HTML5BP:
\"mobile/iOS css revisions\"
I\'ve started using:
I found Mozilla's viewport explanation the most detailed and helpful. Here's a excerpt:
The width property controls the size of the viewport. It can be set to a specific number of pixels like
width=600or to the special value device-width value which is the width of the screen in CSS pixels at a scale of 100%. (There are correspondingheightanddevice-heightvalues, which may be useful for pages with elements that change size or position based on the viewport height.)The
initial-scaleproperty controls the zoom level when the page is first loaded. Themaximum-scale,minimum-scale, anduser-scalableproperties control how users are allowed to zoom the page in or out