More refactoring components (minus Site)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user