summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-08 15:22:47 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-08 15:22:47 +0000
commitae3e56961cdc914f315c54b1e2918aa35b638221 (patch)
treed1f176b4f3aeea6abeb2e7eb6396056cbe6d760c /templates
parent2ce4888da55447df8e58c241020bbfdae72cbd56 (diff)
if we specify the image size before, the screen doesn't flickering
when the next image gets loaded git-svn-id: file:///var/lib/svn/phpfspot/trunk@53 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r--templates/single_photo.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl
index 716a78e..7935fef 100644
--- a/templates/single_photo.tpl
+++ b/templates/single_photo.tpl
@@ -19,7 +19,7 @@
{ else }
<a href="{$next_url}">
{ /if }
- <img src="{$image_url}" />
+ <img src="{$image_url}" width="{$width}" height="{$height}" />
</a>
</td>
</tr>