Managing responsive images

Kentico provides support for responsive image management. The responsive image functionality enables you to create your own image filters and combine them in different ways to create image variants. For example, you can define image variants based on various criteria such as screen size, the type of the target device, and so on.

Each filter and image variant definition is represented by a standard .NET class that needs to be implemented by a developer.

Note: Image variants can be generated only for images stored as page attachments.

To use responsive images in Kentico, you need to:

  1. Add filters that can be applied on images.
    • Define filters that represent actions such as crop, resize, watermark, etc.
  2. Define image variants.
  3. Generate image variants.
    • Image variants are automatically created only for newly uploaded and updated page attachments.
    • For existing page attachments, you need to generate image variants manually.
  4. Use image variants on your pages.

Sample code files

You can view sample implementations of filters and image variant definitions in your Kentico program files directory (by default C:\Program Files\Kentico\<version>) under the CodeSamples\CustomizationSamples\ResponsiveImages subfolder. These examples only apply to image attachments on the Dancing Goat demo site.