You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curator provides a <x-curator-curation> Blade component for outputting cropped media using a defined curation. There is also a <x-curator-glider> blade component, which allows images to be delivered at different sizes using srcset and sizes.
Currently, there’s no out-of-the-box way to use multiple curations to generate a srcset for an image. I think in modern responsive design workflows, it would be beneficial to have the ability to define a set of crops and adjust the focal point on each rather than generating the crops with glider.
You could then also lock down the media picker to require / include the curations, or start with the default crops generated for each curation so it can optionally be edited to adjust focal point.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Curator provides a
<x-curator-curation>Blade component for outputting cropped media using a defined curation. There is also a<x-curator-glider>blade component, which allows images to be delivered at different sizes using srcset and sizes.Currently, there’s no out-of-the-box way to use multiple curations to generate a srcset for an image. I think in modern responsive design workflows, it would be beneficial to have the ability to define a set of crops and adjust the focal point on each rather than generating the crops with glider.
Something like this, for example
Which would produce
You could then also lock down the media picker to require / include the curations, or start with the default crops generated for each curation so it can optionally be edited to adjust focal point.
Beta Was this translation helpful? Give feedback.
All reactions