From ae3e56961cdc914f315c54b1e2918aa35b638221 Mon Sep 17 00:00:00 2001
From: Andreas Unterkircher <unki@netshadow.at>
Date: Fri, 8 Jun 2007 15:22:47 +0000
Subject: 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
---
 templates/single_photo.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates')

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>
-- 
cgit v1.2.3-18-g5258