Open andreasotto opened 2 years ago
I'm trying to use this in combination with ->thumb() but the output image only has the original size (no thumb conversion).
->thumb()
<?= $image->croppedImage()->thumb('1950w')->url() ?>
What can i do to use croppedImage in combination with thumb()?
thumb()
I'm trying to use this in combination with
->thumb()
but the output image only has the original size (no thumb conversion).What can i do to use croppedImage in combination with
thumb()
?