Frame
The field is the picture.
A box that keeps its proportions. Media covers.
The field is the picture.
npx @noordvc/raster-cli add aspect-ratio
<div class="rs-ratio" style="aspect-ratio:16/9;max-width:280px;background:var(--divider-subtle)"></div>
import { AspectRatio } from "@/components/raster/aspect-ratio";
<AspectRatio ratio={16 / 9}>
<img src="/cover.jpg" alt="" />
</AspectRatio>