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:
parent
e2dd576a1b
commit
be92babd00
2 changed files with 22 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue