Skip to content

Commit

Permalink
[FIX] add styles for responsive video (Podio bug_60) (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroslav321 authored and dmh committed Jan 4, 2017
1 parent a42fc68 commit 69bca51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/styles/main/general.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
max-width: 100%;
}

.ce-media iframe{
display: block;
max-width: 100%;
}

.ie11 .ce-gallery img{
max-width: calc(~"100vw - 30px");
}
Expand Down

0 comments on commit 69bca51

Please sign in to comment.