Files
approagency/resources/views/vendor/media-library/responsiveImage.blade.php
T
2026-06-10 08:30:03 +00:00

1 line
231 B
PHP
Executable File

<img{!! $attributeString !!}@if($loadingAttributeValue) loading="{{ $loadingAttributeValue }}"@endif srcset="{{ $media->getSrcset($conversion) }}" src="{{ $media->getUrl($conversion) }}" width="{{ $width }}" height="{{ $height }}">