Browse Source

Fix for image zoom overflow

Andre D 8 năm trước cách đây
mục cha
commit
182a78e2a2
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      client/css/up1.css

+ 5 - 0
client/css/up1.css

@@ -101,6 +101,11 @@
   width: 0;
 }
 
+#previewimg {
+  max-height: 100%;
+  max-width: 100%;
+}
+
 #previewimg img {
   display: block;
   margin: 0 auto;