mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 06:57:04 +01:00
Added query parameter proposal
This commit is contained in:
parent
67375612ce
commit
fbb4a696c5
13
webapp/titanembeds/templates/tobeadded/disablescaling.txt
Normal file
13
webapp/titanembeds/templates/tobeadded/disablescaling.txt
Normal file
@ -0,0 +1,13 @@
|
||||
<!--
|
||||
userscalable=<boolean>
|
||||
Enables pinch-to-zoom and auto zoom on input fields for most mobile browsers on touch-enabled devices. Disabling this will give your embed a more app-like experience. Keep in mind that disabling this might prevent accessibility features disabled people rely on from functioning.
|
||||
Options:
|
||||
true (default)
|
||||
false
|
||||
-->
|
||||
|
||||
<head>
|
||||
<!--Disable scaling on mobile browsers-->
|
||||
meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<meta name="HandheldFriendly" content="true" />
|
||||
</head>
|
Loading…
Reference in New Issue
Block a user