Commit 7f17513c by Kyle Fiedler

Remove black bars for video

parent 658eae62
...@@ -16,7 +16,6 @@ div.video { ...@@ -16,7 +16,6 @@ div.video {
height: 0; height: 0;
overflow: hidden; overflow: hidden;
padding-bottom: 56.25%; padding-bottom: 56.25%;
padding-top: 30px;
position: relative; position: relative;
object, iframe { object, iframe {
...@@ -463,7 +462,8 @@ div.video { ...@@ -463,7 +462,8 @@ div.video {
} }
ol.subtitles { ol.subtitles {
width: 0px; width: 0;
height: 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment