{{ $image := .image }} {{ $width := .width | default 1000 }} {{ $width1x := div $width 2 }} {{ $imageWebp := $image.Resize (printf "%dx webp" $width) }} {{ $image1x := $image.Resize (printf "%dx" $width1x) }} {{ $image1xWebp := $image.Resize (printf "%dx webp" $width1x) }} {{ $class := .class | default "h-64 tablet:h-96 lg:h-full w-full object-cover lg:absolute" }} {{ $loading := .loading | default "eager" }}