mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
14 lines
213 B
CSS
14 lines
213 B
CSS
.m_71ac47fc {
|
|
--ar-ratio: 1;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.m_71ac47fc > :where(*:not(style)) {
|
|
aspect-ratio: var(--ar-ratio);
|
|
width: 100%;
|
|
}
|
|
|
|
.m_71ac47fc > :where(img, video) {
|
|
object-fit: cover;
|
|
}
|