class ThumbNailer

This commit is contained in:
LC 2023-10-22 00:39:36 +02:00
parent 6d4c580935
commit c948f09074
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $get_location = albumHelper::gps_exif($picture);
<?php endif; ?>
<div class="col2 gallery">
<a href="<?php echo $picture; ?>" class="galleryGalleryPicture" data-caption="<?php echo $legend; ?>">
<figure class="album"><img src="module/album/plugins/thumbnailer.php?img=<?php echo $picture; ?>" alt="<?php echo $legend; ?>">
<figure class="album"><img src="<?php echo albumHelper::makeThumbnail($picture); ?>" alt="<?php echo $legend; ?>">
<?php if ( ($photo_960 !== false) && (file_exists($urloriginal)) ): ?>
<figcaption><div class="galleryGalleryName picResized" onclick="window.open('<?=$urlback?>');" data-tippy-content="image originale">
<?php else: ?>