steirico / kirby-plugin-image-crop-field

Kirby image crop field based on vue-cropperjs and gumlet/php-image-resize
MIT License
15 stars 3 forks source link

Seems to not work in combination with thumb() #34

Open andreasotto opened 2 years ago

andreasotto commented 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).

<?= $image->croppedImage()->thumb('1950w')->url() ?>

What can i do to use croppedImage in combination with thumb()?