Default 16:9 frame
1:1 ratio
4:5 ratio
3:2 ratio
Layout
The .frame layout displays media at a specified aspect ratio. It uses object-fit: cover, which may crop the media's edges.
Use .frame for gallery items, thumbnails, and card media with different source dimensions.
class="frame" to a wrapper such as <figure> or <div>.<img> or <video> as a direct child of the wrapper.--n sets the aspect-ratio numerator. The default is .--d sets the aspect-ratio denominator. The default is .