@php $w = !empty($width) ? str_replace("px", '', $width) : 16; $h = !empty($height) ? str_replace("px", '', $height) : 16; @endphp