More refactoring components (minus Site)

This commit is contained in:
2025-09-02 09:59:02 +02:00
parent 77d42a2c27
commit 53c3f6c6b2
5 changed files with 19 additions and 104 deletions

View File

@@ -17,7 +17,7 @@ Utils.renderImages = function (galleryId, imagesData) {
content += `
<div style="max-width: 70%; margin: 0 auto">
<p class="is-size-6 has-text-centered">Cliccare sull'immagine per aprire la gallery</p>
<figure class="is-relative is-clickable has-text-centered" id="not-conserved-gallery">
<figure class="is-relative is-clickable has-text-centered" id="${galleryId}">
<img src="img/${imagesData[0].filename}" width="300"/>
<div class="icon overlay is-flex is-justify-content-center is-align-items-center">
<i class="is-flex fa fa-2x fa-play-circle"></i>