Skip to content

Commit

Permalink
DROOP-1052: fix video as slide icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-tokarski-droptica committed Apr 8, 2024
1 parent 9edbe9c commit e67028b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
.media {
width: var(--media-width);
height: var(--media-height);
max-width: 100%;
max-height: 100%;

picture,
img {
Expand All @@ -22,6 +24,11 @@
height: var(--media-img-height);
}

iframe {
width: 100% !important;
height: 100% !important;
}

&--overlay {
position: relative;

Expand Down

0 comments on commit e67028b

Please sign in to comment.