UX: maintain aspect ratio of cropped image thumbnails

This commit is contained in:
Joe
2018-11-15 20:24:56 +08:00
committed by GitHub
parent c52e68a0c8
commit e7fa4c5dd1

View File

@@ -10,6 +10,9 @@
.lightbox-wrapper {
display: inline-block;
img {
width: auto;
}
&,
* {
outline: 0;