CE Thesis movies

This commit is contained in:
Matthew Dillon 2015-06-21 16:00:35 -08:00
parent 83909b0570
commit 9896dcbb19
4 changed files with 71 additions and 2 deletions

View file

@ -1,3 +1,18 @@
.video-player {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.dillons img {
width: 350px;
height: 350px;