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;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
img{
|
||||
width:100%;
|
||||
img.img-responsive{
|
||||
position: absolute;
|
||||
width: 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{
|
||||
position: absolute;
|
||||
|
@ -310,9 +306,12 @@ h1{
|
|||
color: $white;
|
||||
font-size: 12px;
|
||||
list-style: 14px;
|
||||
img{
|
||||
.img-responsive{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.title{
|
||||
position: absolute;
|
||||
|
@ -1120,7 +1119,11 @@ h1{
|
|||
vertical-align: top;
|
||||
}
|
||||
iframe{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
.video_player{
|
||||
|
|
Loading…
Add table
Reference in a new issue