I have basic srcset:
<?= $image->srcset([300, 800, 1024]) ?>
It is possible to crop each size to center? I can work out from the docs the current format.
I have basic srcset:
<?= $image->srcset([300, 800, 1024]) ?>
It is possible to crop each size to center? I can work out from the docs the current format.