Blog Discussion: Xperience by Kentico Refresh - September 22, 2025

Answers

2025/09/24 2:37 PM

I just finished implementing the new Scaled image variants in my current project, and I’ll definitely use them in my other project when migrating away from Media libraries. Super happy about them! This way, we can drop XperienceCommunity.ImageProcessing, as scaled variants seem to fully cover its use case.

2025/09/24 5:12 PM

That's great to hear!

I also immediately took advantage of them in the Kentico Community Portal's latest update - it's similar to the <picture> example we have in our documentation using the Tag Helpers we added with the image variants feature.

I build out the srcset attribute for images based on the original image's size and all the scaled variants that are defined in the application.

I have a .clamp-width class that lets the images scale using container units and CSS custom properties.

All of this does a good job selecting the best variant for the image (you can see it on blog posts) and it adapts to mobile and high resolution screens.

To response this discussion, you have to login first.