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
For anyone like me finding that this is still an issue 2.5 years later (!), here's the aforementioned workaround, so you don't need to dig around in the docs:
imageBuilder.image(logo).ignoreImageParams()// Workaround for sanity-io/image-url#48.width(120).height(120).fit("clip").url()
rexxars
changed the title
[image-url] Crop-rect applied even when images don't have hot spot
[image-url] Crop-rect applied even when images don't have hotspot
Mar 19, 2021
Typical query:
generates a crop even when the image does not have a hotspot. User needs to pass ignoreParams to avoid behaviour.
The text was updated successfully, but these errors were encountered: