Hrvoje_86;5207 wrote:Can images be cropped from code with kooboo3 api like in kooboo 2?
yes, have the api.
public ActionResult ResizeImage(string url, int width, int height, bool? preserverAspectRatio, int? quality)
Here is the url api:
@Url.FrontUrl().ResizeImageUrl(imagePath, width, height)
Regards,
Jifeng Huang
Kooboo Team
Microsoft ASP.NET MVP