UX: maintain aspect ratio of cropped image thumbnails
This commit is contained in:
parent
c52e68a0c8
commit
e7fa4c5dd1
|
@ -10,6 +10,9 @@
|
|||
|
||||
.lightbox-wrapper {
|
||||
display: inline-block;
|
||||
img {
|
||||
width: auto;
|
||||
}
|
||||
&,
|
||||
* {
|
||||
outline: 0;
|
||||
|
|
Loading…
Reference in New Issue