mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 10:44:03 +00:00
CSS: Fix iframe attachment size in community posts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user