ImageResizer.FluentExtensions
ImageResizer.FluentExtensions copied to clipboard
Fluent Extensions for the ImageResizer image processing module
This is so url requests could be created from other types of clients.
To support HTML5 `srcset`, `sizes` and `` element it should be possible to define named expressions when configuring an `ImageUrlBuilder` instance. Right now if we were to use `srcset` we'd...
I have built upon @ne4ta's PR:https://github.com/benfoster/ImageResizer.FluentExtensions/pull/4 and added an overloaded Crop method to accept a Rectangle as well as the raw x/y coordinates. I have VS 2013, so I have...
When using Html.BuildImage, any alternate text or HTML attributes passed in are not being passed through to Html.Image.