Changes

m
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.
3

edits