Difference between revisions of "Viewport"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Viewport in [[web browsers]] is the visible visible area of a entire web page. If the document is larger than the viewport, the user can shift the viewport around by scrolling. | Viewport in [[web browsers]] is the visible visible area of a entire web page. If the document is larger than the viewport, the user can shift the viewport around by scrolling. | ||
− | [[wikipedia:HTML5]] | + | [[wikipedia:HTML5]] introduced a method to let web designers take control over the viewport, through the tag<ref>https://www.w3schools.com/css/css_rwd_viewport.asp</ref>: <pre><meta name="viewport"></pre>. |
In [[Mediawiki]] software can be solved by adding to [[LocalSettings.php]]<ref>https://www.mediawiki.org/wiki/Topic:Rrwecyshgzzcat0l</ref>: | In [[Mediawiki]] software can be solved by adding to [[LocalSettings.php]]<ref>https://www.mediawiki.org/wiki/Topic:Rrwecyshgzzcat0l</ref>: |
Revision as of 06:12, 31 December 2019
Viewport in web browsers is the visible visible area of a entire web page. If the document is larger than the viewport, the user can shift the viewport around by scrolling.
wikipedia:HTML5 introduced a method to let web designers take control over the viewport, through the tag[1]:
<meta name="viewport">
.
In Mediawiki software can be solved by adding to LocalSettings.php[2]:
$out->addHeadItem('viewport', '<meta name="viewport" content="width=device-width">');
Advertising: