summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-08-13 12:44:10 -0700
committertim b <timb@camcompu.home>2010-08-13 12:44:10 -0700
commit5e2a18fe3c9940cf1e0a94d9e3c932c2ef6cee24 (patch)
treec10b935a8a80d96cec4538193ed86d46bb42f0a7 /template/fullscreen.st
parentf031cab0fd7db4ad11ea5b448fa2b4ecdf20ada7 (diff)
try to fix busted gifs
Diffstat (limited to 'template/fullscreen.st')
-rw-r--r--template/fullscreen.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st
index ccda851..906cbe6 100644
--- a/template/fullscreen.st
+++ b/template/fullscreen.st
@@ -6,11 +6,11 @@
<style>
html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; }
#controls { display: none; }
-#big-image { width: 100%; height: 100%; }
+#big-image img { width: 100%; height: 100%; }
</style>
</head>
<body>
-<img id="big-image"></img>
+<div id="big-image"></div>
<div id="controls"></div>
<script>
Timestamp = $timestamp$;