primevix / picture-full

A simple card to display a full image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Full Card

A simple card to display a full image.

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

About

A simple card to display a full image.


Languages

Language:JavaScript 100.0%