Fix wrong gallery id
This commit is contained in:
parent
e422a1912a
commit
c15d10a7a8
@ -64,7 +64,7 @@ export class Prehistoric {
|
||||
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="prehist-gallery">
|
||||
<img src="img/${this.images[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>
|
||||
|
Loading…
Reference in New Issue
Block a user