From 7e23ec89d93cd7874145c7132236a057c6513ca6 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 6 Apr 2009 08:03:31 +0000 Subject: Mark resized images with the 'gResize' class to match the 'gThumbnail' class we use in albums --- themes/default/views/photo.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 7f830f13..fef0fa07 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -27,7 +27,7 @@
resize_top($item) ?> "> - resize_tag(array("id" => "gPhotoId-{$item->id}")) ?> +resize_tag(array("id" => "gPhotoId-{$item->id}", "class" => "gResize")) ?> resize_bottom($item) ?>
-- cgit v1.2.3