Responsive Images

Inserting images in html - img tag

Created: 2022-09-26


Problem: you want to serve cropped images for different layouts
Solution: Art Direction

Problem:

  • use smaller image files to narrow-screen devices, as they don't need huge images like desktop displays do
  • use different resolution images to high density/low density screens.
    Solution is either:
  • use .svg file
  • or Resolution Switching