diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/fullscreen.st | 4 |
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$; |
