0
0
Fork 0

Responsive images in media gallery (#3963)

* feat(components/media_gallery): Responsive images

* fix(components/media_gallery): Link to image URL
This commit is contained in:
Sorin Davidoi 2017-06-27 13:46:37 +02:00 committed by Eugen Rochko
parent e2dd576a1b
commit be92babd00
2 changed files with 22 additions and 7 deletions

View file

@ -3453,10 +3453,15 @@ button.icon-button.active i.fa-retweet {
background-repeat: no-repeat;
background-size: cover;
cursor: zoom-in;
display: block;
height: 100%;
display: flex;
align-items: center;
text-decoration: none;
width: 100%;
height: 100%;
&,
img {
width: 100%;
}
}
.media-gallery__gifv {