aria ignore cover images
This commit is contained in:
parent
3000778750
commit
60ba9df2f7
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<?php endif ?>
|
||||
<?php
|
||||
$file = $event->gallery()->toFiles()->count() > 1 ? $event->gallery()->toFiles()->nth(1) : $event->gallery()->toFiles()->first();
|
||||
snippet('picture', ["file" => $file, 'size' => (100 / (12 / $span) - 10)]);
|
||||
snippet('picture', ["file" => $file, 'size' => (100 / (12 / $span) - 10), 'alt' => null]);
|
||||
?>
|
||||
</div>
|
||||
<div class="event-card__infos">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue