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
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
As you can see the first image is being cropped properly (300x200 px), but when trying to use webp on the furtherOptions the image is not being cropped as expected (300x168 px).
Could anyone shine some light on this? Thank you very much.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having some problems when trying to use the package and get a cropped image on webp format. This is the code I'm using:
<img src="@Url.GetCropCdnUrl(Umbraco.TypedMedia(6402), cropAlias: "small", width: 300, height: 200)" />
<img src="@Url.GetCropCdnUrl(Umbraco.TypedMedia(6402), cropAlias: "small", width: 300, height: 200, furtherOptions: "format=webp")" />
And this is the result:

As you can see the first image is being cropped properly (300x200 px), but when trying to use webp on the furtherOptions the image is not being cropped as expected (300x168 px).
Could anyone shine some light on this? Thank you very much.
The text was updated successfully, but these errors were encountered: