Skip to content

Commit

Permalink
fix slotted image dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 23, 2023
1 parent 265ef71 commit 296a24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/carousel-item/carousel-item.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default css`
}
::slotted(img) {
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
`;

0 comments on commit 296a24c

Please sign in to comment.