OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Adding scale parameter to ResizeMediaUrl function #8712

Closed dbertolin closed 11 months ago

dbertolin commented 1 year ago

https://github.com/OrchardCMS/Orchard/blob/274b4416ec2a9dd6794207ffd7868cf7f706f866/src/Orchard.Web/Modules/Orchard.MediaProcessing/Shapes/MediaShapes.cs#L31

In certain cases we got messed images from ResizeMediaUrl call: images were grainy when resized We need to add scaling as an optional parameters to ResizeMediaUrl function.

HermesSbicego-Laser commented 11 months ago

fixed via #8713