Kentico 10 MVC Image resizing

Jon Tetzlaff asked on January 31, 2017 17:35

I'm using the new methods available in MVC to reference images in the media library:

Url.Kentico().ImageUrl(banner.BackgroundImageMobile.ToLower(), SizeConstraint.MaxWidthOrHeight(768))

The image loads fine but does not resize with the constraint on it. Do I have to add my own logic that resizes images using the query string parameters?

   Please, sign in to be able to submit a new answer.