diff options
-rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div id="gPhoto"> <?= $theme->resize_top($item) ?> <a href="#" class="gFullSizeLink" title="<?= t("View full size") ?>"> - <?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?></a> +<?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}", "class" => "gResize")) ?></a> <?= $theme->resize_bottom($item) ?> </div> |