Hi,
how can I use srcset() on Blocks when rendering the Blocks with toBlocks()?
Or is there any way to tell Kirby to add srcset to all images by default?
Thanks!
Hi,
how can I use srcset() on Blocks when rendering the Blocks with toBlocks()?
Or is there any way to tell Kirby to add srcset to all images by default?
Thanks!
You can override the snippets for the image/gallery blocks and add srcset support
Thank you!