8 lines
963 B
Plaintext
8 lines
963 B
Plaintext
device-height The physical height of the device's screen.\n Ex: width=device-width, initial-scale=1.0
|
|
device-width "The physical width of the device's screen."\n Ex: width=device-width, initial-scale=1.0
|
|
height The height of the "virtual viewport" of the device.
|
|
initial-scale The initial zoom when visiting the page. 1.0 does not zoom.\n Ex: width=device-width, initial-scale=1.0
|
|
maximum-scale The maximum amount the visitor can zoom on the page. 1.0 does not zoom.\n Ex: width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
|
|
minimum-scale The minimum amount the visitor can zoom on the page. 1.0 does not zoom.\n Ex: width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
|
|
user-scalable Allows the device to zoom in and out. Values are yes or no.\n Ex: width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no
|
|
width The width of the virtual viewport of the device.\n Ex: width=device-width, initial-scale=1.0 |