fixed vimeo API calls for thumbnails and embed url

This commit is contained in:
Kiritan Flux 2017-01-21 20:21:49 +01:00
parent 63f647d99c
commit 79bff63820
2 changed files with 32 additions and 28 deletions

View file

@ -47,20 +47,20 @@ button
#videotext
{
width:40%;
background-color:#fff;
width:600px;
background-color:#000;
opacity:.8;
position:fixed;
z-index:100;
right:20px;
top:20px;
z-index:10000;
right:50px;
bottom:50px;
display:none;
padding:30px;
}
#videotext .video-title
{
color:#000;
color:#fff;
font-size: 1.7em;
background-color:none;
}
@ -78,8 +78,12 @@ button
.playbutton
{
display:block;
position:absolute;
top:70px;
left:90px;
z-index:1000000;
width:60px;
margin-top:30px;
display:none;
pointer-events: none;
}
@ -88,7 +92,9 @@ button
{
display:block;
position:fixed;
z-index:1000;
top:100px;
left:40px;
z-index:1000000;
width:100%;
height:100%;
display:none;
@ -111,8 +117,8 @@ button
display:block;
width:50px;
height:50px;
top:0;
right:0;
top:130px;
right:30px;
background-image:url("/images/close-button-large.png");
background-size:cover;
}