CE Thesis movies
This commit is contained in:
parent
83909b0570
commit
9896dcbb19
4 changed files with 71 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue