Skip to content

Commit

Permalink
[BUGFIX] fix image scale on ie11, (Podio bug_47) (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroslav321 authored and dmh committed Dec 29, 2016
1 parent ff927d8 commit 6edc013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/styles/main/general.less
Expand Up @@ -87,6 +87,10 @@
max-width: 100%;
}

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

@media (max-width: 767px) {
.ce-right.ce-nowrap .ce-gallery {
float: none;
Expand Down

0 comments on commit 6edc013

Please sign in to comment.