elkex
04/04/2023, 1:05 PMifox
04/04/2023, 9:03 PM->image('image-role', ['w' => 1000])
helper on a model or block, you'll get a url like this: https://domain.com/img/random-string/image-filename.jpg?fit=crop&rect=x,y,w,h&w=1000
. From there you can implement all responsive images approaches including art directed responsive where you change image ratios depending on the device width.
If you are looking to automate all of that without having to learn much, you can try #873445927740903475 (area17/twill-image)elkex
04/05/2023, 7:14 AM