UNPKG

@swissup/pwa-easy-slide

Version:

Easy slide(r) integration into venia-ui

25 lines (20 loc) 345 B
.root { } .image { width: 100%; height: auto; aspect-ratio: attr(width) / attr(height); } .placeholder { background-color: rgb(var(--venia-global-color-gray)); position: relative; top: 0; left: 0; } .placeholder_layoutOnly { composes: placeholder; background-color: unset; } .slide { display: flex; }