12
FilamentPHP Version 4.1.1
Which operating systems does with happen with?
macOS
INFOLIST:
Section::make('Galeria zdjęć')
->schema([
ImageEntry::make('gallery')
->label('Galeria zdjęć')
->view('filament.components.lightbox-gallery')
->simpleLightbox(fn($record) => $record->getFirstMediaUrl('gallery')),
]),
< /code>
Просмотр: < /p>
@php
$mediaItems = $getRecord()->getMedia('gallery');
@endphp
@if ($mediaItems->count())
@foreach ($mediaItems as $media)
getUrl('fullhd') }}"
data-fslightbox="gallery"
>
getUrl('thumb') }}"
class="h-24 rounded shadow"
alt="media"
/>
@endforeach
@endif
Подробнее здесь: https://stackoverflow.com/questions/797 ... lelightbox
Мобильная версия