@if(isset($media_id))
{!! sw_media($media_id, [ 'w' => $w ?? 1200, 'h' => $h ?? null, 'fit' => $fit ?? 'contain', 'q' => $q ?? 85, 'fp-x' => $fp_x ?? 0.5, 'fp-y' => $fp_y ?? 0.5, 'alt' => $alt ?? '' ]) !!} @if(isset($text) && !empty($text))
{{ $text }}
@endif
@endif