How to optimize the image block thumbnails in the panel layout

Hi all,

if i use the gallery block with the starterkit in the panel, the preview images in the layout area are displayed with srcset images, which is fine.
When using the image block, the panel displays the images in their original size, which of course greatly affects performance. how and where can I make the setting to display the image block thumbnails with srcset as well?

You can extend the default blocks to do what you want (or make your entirely). See here

Does that mean I need to add srcset to the image Vue component?
Danger zone, never touched before! :grimacing: