Fix video aspect ratio

This commit is contained in:
Paulus Schoutsen 2015-12-22 09:21:34 -08:00
parent 98cabf4099
commit ac93e175bf

View File

@ -392,9 +392,9 @@ p.note {
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
margin-bottom: 25px;
background: #000;
iframe {
position: absolute;