m_ott’s avatarm_ott’s Twitter Archive—№ 20,283

  1. …in reply to @jaffathecake
    jaffathecake gracesnow Yes, I usually solve this with a combination of <picture> with different <source>s (depending on vw) and define the aspect ratio in CSS (previously with the padding hack, now with aspect-ratio), using media queries for different aspect ratios.