Line 80:
Line 80:
To active the vertical mode automatically, add one of the following tags between <head></head> :
To active the vertical mode automatically, add one of the following tags between <head></head> :
β
<meta name="viewport" content="width=device-width">
+
<meta name="viewport" content="width=device-width" />
β
<meta name="viewport" content="width=240">
+
<meta name="viewport" content="width=240" />
Using device-width will adapt the page to the width of other mobile devices.
Using device-width will adapt the page to the width of other mobile devices.