diff options
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index d36ff7c2..7f4e2119 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -14,7 +14,7 @@ <li id="g<?= $child->id ?>" class="gItem <?= $album_class ?>"> <?= $theme->thumb_top($child) ?> <a href="<?= $child->url() ?>"> - <img id="gPhotoID-<?= $child->id ?>" class="gThumbnail" + <img id="gPhotoId-<?= $child->id ?>" class="gThumbnail" alt="photo" src="<?= $child->thumb_url() ?>" width="<?= $child->thumb_width ?>" height="<?= $child->thumb_height ?>" /> |
