Fix letterbox bug

This commit is contained in:
ncls7615 2018-01-14 09:25:35 +09:00
parent 80c899153f
commit 3ccbe066f0

View file

@ -114,6 +114,7 @@
&,
img {
height: 100%;
width: 100%;
object-fit: contain;