ResponsiveSource
One image format's candidate set within a `ResponsiveImage`.
One image format’s candidate set within a ResponsiveImage.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface ResponsiveSource { type: string; srcset: string;}Constraints
Section titled “Constraints”- Every rung in
srcsetis the same image in the same format at a different rendered width, ascending. It is a set of sizes to choose between, never a set of different images.