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; }