Skip to main content
CMSquestions

Handle-image-transformations-from-cms

IntermediateQuick Answer

Key Takeaways

  • Upload a single high-resolution source image; derive all variants through URL parameters at request time
  • Common transformations include resize, crop, format conversion (WebP, AVIF), and quality adjustment
  • Use `srcset` and `sizes` attributes to serve responsive images from one source URL
  • Hotspot and crop metadata stored in the CMS preserves focal points across different aspect ratios
  • URL-based pipelines are more flexible and storage-efficient than pre-generating image variants