AdaptiveImages.Cloudinary 2.0.9.9

Cloudinary CDN support for Adaptive Images

Enable by invoking AddCloudinary() in your OWIN startup class, commonly Startup.cs:

public void ConfigureServices(IServiceCollection services)
{
    services.AddCms()
            .AddAdaptiveImages()
            .AddCloudinary(new CloudinarySettings // Enable Cloudinary for image optimization and CDN delivery
            {
                CloudName = "{your Cloudinary cloud name}",
                UrlPrefix = _webHostingEnvironment.IsDevelopment() ? "dev" : null // Optionally separate dev environment assets in Cloudinary
            });
}

Note that your Cloudinary account needs to be configured with the appropriate "Auto upload mapping" settings (click "Settings" and switch to the "Upload" tab).

For example, you could map upload folder "url-prefix-if-any/episerver" in Cloudinary to "http://your-publicly-accessible-hostname/AdaptiveImages/episerver/" (note the trailing slash) to enable images from the default "episerver" image provider.

Blog post covering Cloudinary configuration: https://tedgustaf.com/blog/2020/using-adaptive-images-for-episerver-with-cloudinary/

Changelog

Version Summary
2.0.0.0 .NET 5 / CMS 12 support

No packages depend on AdaptiveImages.Cloudinary.

Improved search behavior when using multiple keywords, or keywords containing underscores.

.NET 6.0

.NET 7.0

.NET 8.0

Version Downloads Last updated
2.0.9.9 220 03/01/2024
2.0.9.4 71 01/31/2024
2.0.9.3 43 01/15/2024
2.0.8.4 57 10/20/2023
2.0.7.64 19 09/25/2023
2.0.7.55 94 05/15/2023
2.0.7.46 35 04/18/2023
2.0.7.38 24 04/12/2023
2.0.7.34 34 03/29/2023
2.0.7.31 33 03/23/2023
2.0.7.27 27 03/20/2023
2.0.7.9 86 11/10/2022
2.0.6.24 46 09/20/2022
2.0.6.23 51 09/14/2022
2.0.6.22 52 09/06/2022
2.0.6.19 51 08/18/2022
2.0.6.18 47 08/17/2022
2.0.5.8 57 06/01/2022
2.0.5.2 61 05/05/2022
2.0.5.1 60 04/20/2022
2.0.4.41 64 04/12/2022
2.0.4.31 104 03/01/2022
2.0.4.26 187 02/16/2022
2.0.4.23 64 02/15/2022
2.0.4.18 70 02/10/2022
2.0.4.9 66 02/10/2022
2.0.4.7 69 02/06/2022
2.0.4.6 68 02/03/2022
2.0.3.7 58 01/26/2022
2.0.2.31 64 01/12/2022
2.0.2.30 54 01/11/2022
2.0.2.29 95 01/06/2022
2.0.2.28 67 01/05/2022
2.0.2.16 74 12/13/2021
2.0.2.15 145 12/10/2021
2.0.2.12 73 12/03/2021