/picture-full

A simple card to display a full image.

Primary LanguageJavaScript

Image Full Card

A simple card to display a full image.

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}