fix slotted image dimensions

pull/1684/head
Cory LaViska 2023-10-23 12:02:08 -04:00
rodzic 265ef71e6d
commit 296a24c74a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,8 +19,8 @@ export default css`
} }
::slotted(img) { ::slotted(img) {
width: 100%; width: 100% !important;
height: 100%; height: 100% !important;
object-fit: cover; object-fit: cover;
} }
`; `;