cross browser issues fixed for safari

This commit is contained in:
jamilrehman 2016-05-06 16:13:04 +05:00
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

View file

@ -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{