Skip to content

Commit

Permalink
change iframe size for video
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Oct 3, 2023
1 parent f4b4b43 commit 1f0d317
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/components/gdpr-iframe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
background: #f2f2f2;
color: var(--bs-body-color);
}

iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
}

0 comments on commit 1f0d317

Please sign in to comment.