I've been searching and found some separate plugins - some to resize to multiple sizes and some to create srcset, but didn't see a single plugin to do both. Are there any? The reason I'm asking, because I wouldn't want every time I change my mind about sizes, to go to each plugin and adjust them.
Also didn't see a plugin to use srcset from markdown so that usual image insert would generate HTML with srcset automatically Are there any?
It seems like the main reason to have multiple sizes is to use them in srcset, but none of the plugins I found implements both features 😦
derivatives(int/int[]$min_width , int$max_width=2500 , int$step=200 ) : \Grav\Common\Page\Medium\$this Generate alternative image widths, using either an array of integers, or a min width, a max width, and a step parameter to fill out the necessary widths. Existing image alternatives won't be overwritten.
Images are generated at the time ImageMedium::html() is being called.
(headbang)
Most of my images are 2000px wide and didn't even think to check. Of course it's 1150px... Feel so embarrassed now...
What about cropped/flipped? Original is vertical 1150px and I cropZoom it to 1600 (maybe that's also why didn't even think to check, because it should be 1600w), but 600 version is resized from original