UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

18 lines (17 loc) 405 B
[data-astro-image] { width: 100%; height: auto; object-fit: var(--fit); object-position: var(--pos); aspect-ratio: var(--w) / var(--h); } /* Styles for responsive layout */ [data-astro-image='responsive'] { max-width: calc(var(--w) * 1px); max-height: calc(var(--h) * 1px); } /* Styles for fixed layout */ [data-astro-image='fixed'] { width: calc(var(--w) * 1px); height: calc(var(--h) * 1px); }