Hello,
I would like to make ->crop()
work for images inside blocks.
Here’s what I’ve tried:
$page->imgs()->toBlocks()->crop(960,540)
Hello,
I would like to make ->crop()
work for images inside blocks.
Here’s what I’ve tried:
$page->imgs()->toBlocks()->crop(960,540)
You have to do that in the individual block snippets where you use files fields, see the default image block for an example: image | Kirby CMS