cross browser issues fixed for safari
This commit is contained in:
parent
3498d524ab
commit
0edd2a94c5
3 changed files with 16 additions and 13 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -208,19 +208,15 @@ h1{
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
img{
|
img.img-responsive{
|
||||||
width:100%;
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>img.img-responsive{
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.duration{
|
.duration{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -310,9 +306,12 @@ h1{
|
||||||
color: $white;
|
color: $white;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
list-style: 14px;
|
list-style: 14px;
|
||||||
img{
|
.img-responsive{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.title{
|
.title{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1120,7 +1119,11 @@ h1{
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
iframe{
|
iframe{
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.video_player{
|
.video_player{
|
||||||
|
|
Loading…
Add table
Reference in a new issue