Ooooooook good !

This commit is contained in:
2026-01-31 16:16:06 +01:00
parent 8d0586cfb4
commit a98c23ed1d
20 changed files with 1439 additions and 50 deletions

View File

@ -0,0 +1,17 @@
<div class="cell has-text-centered">
<?php $angle = rand(-15,15); ?>
<img src="{{ glide:url preset="thumbnail" fm="webp"}}"
data-url-full="{{ glide:url }}"
alt="{{ alt }}"
class="photo"
style="transform: rotate(<?php echo $angle; ?>deg);">
<div class="modal">
<div class="modal-background"></div>
<div class="modal-content is-fullwidth">
<p class="image">
<img src="{{ glide:url w="1280" q="70" fm="webp"}}" alt="{{ alt }}" class="is-fullwidth">
</p>
</div>
<button class="modal-close is-large" aria-label="close"></button>
</div>
</div>