Fix letterbox bug

This commit is contained in:
ncls7615
2018-01-14 09:25:35 +09:00
parent 6ecf81cacf
commit bc0524834e

View File

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