diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/single_photo.tpl | 2 |
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> |