diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-13 15:44:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-13 15:44:28 -0400 |
| commit | c8bb59f269159f52bb794b2aafdc65673af36f9e (patch) | |
| tree | da275376d0319917a46a7ffcd04649b1351b0392 /template/fullscreen.st | |
| parent | 807606569bffad00ae62fe695b75e1292d74aec5 (diff) | |
| parent | 5e2a18fe3c9940cf1e0a94d9e3c932c2ef6cee24 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template/fullscreen.st')
| -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$; |
