From c99ee9e25f57b567d4cf3b49fd1c1f5da9d3f854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=9D=B4=EC=86=94?= Date: Mon, 2 May 2022 16:20:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=EB=A6=AC=EC=8B=B1=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0?= =?UTF-8?q?=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20style=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/m/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 41172dc..055c09a 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -10339,8 +10339,8 @@ p.selectbox { .community_img .swiper_wrap .swiper-container-single .img_box img { width: 100%; height: 100%; - -o-object-fit: cover; - object-fit: cover; + -o-object-fit: contain; + object-fit: contain; }