Added new disclaimer Video
This commit is contained in:
parent
40e24501f6
commit
053aa4bd5a
@ -299,6 +299,21 @@ iframe {
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.iframe-container2 {
|
||||||
|
position: relative;
|
||||||
|
padding-bottom: 56.25%;
|
||||||
|
/* 16:9 */
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.iframe-container2 iframe {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -11,6 +11,13 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container" style="height: 100%; font-size: 22px;">
|
<div class="container" style="height: 100%; font-size: 22px;">
|
||||||
<h2>SLAEFORMS Gebärdensprachavatar Studie</h2>
|
<h2>SLAEFORMS Gebärdensprachavatar Studie</h2>
|
||||||
|
|
||||||
|
<div class="iframe-container2">
|
||||||
|
|
||||||
|
<iframe title="vimeo-player" src="https://player.vimeo.com/video/1031133490?h=bfa5b559f9" frameborder="0" allowfullscreen></iframe>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="textblock">
|
<div class="textblock">
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user