nouveaux tests

This commit is contained in:
sarahgarcin1 2026-03-18 08:44:44 +01:00
parent 87eb528e7b
commit 00edad1729
117 changed files with 5757 additions and 141 deletions

View file

@ -7,7 +7,7 @@ $ratio = $block->ratio()->or('auto');
<figure<?= Html::attr(['data-ratio' => $ratio, 'data-crop' => $crop], null, ' ') ?>>
<ul>
<?php foreach ($block->images()->toFiles() as $image): ?>
<li>
<li class="<?= $image->taille()->esc()?> <?= $image->orientation()?>">
<a href="<?= $image->url() ?>" class="glightbox" <?php if($caption->isNotEmpty()):?> data-glightbox="title: <?= $caption ?>"<?php endif?>>
<?= $image ?>
</a>