CSS: Fix iframe attachment size in community posts

This commit is contained in:
Samantaz Fox 2023-05-06 19:36:52 +02:00
parent 7aac401407
commit ce2649420f
No known key found for this signature in database
GPG key ID: F42821059186176E
2 changed files with 19 additions and 13 deletions

View file

@ -330,6 +330,20 @@ p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
margin: auto;
}
.video-iframe-wrapper {
position: relative;
height: 0;
padding-bottom: 56.25%;
}
.video-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
/*
* Footer