]> git.sesse.net Git - pr0n/commitdiff
Stop mobile browsers from messing with the fullscreen page.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 20 Oct 2015 20:07:01 +0000 (22:07 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 20 Oct 2015 20:07:01 +0000 (22:07 +0200)
templates/default/fullscreen-header

index 0c031cb6e2575c80bbd359f6c8e68304bb33ef82..a2c2a8647e75583802605c4c3d5177740efe6663 100644 (file)
@@ -4,6 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
     <title>%TITLE%</title>
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <head>
     <title>%TITLE%</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
     <link rel="stylesheet" href="/pr0n-fullscreen.css" type="text/css" />
     <!--[if lt IE 7]>
     <link rel="stylesheet" href="/pr0n-fullscreen-ie.css" type="text/css" />
     <link rel="stylesheet" href="/pr0n-fullscreen.css" type="text/css" />
     <!--[if lt IE 7]>
     <link rel="stylesheet" href="/pr0n-fullscreen-ie.css" type="text/css" />