فهرست منبع

fix image height

AykutSarac 3 سال پیش
والد
کامیت
2ca64c9f86
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/components/Image/index.tsx

+ 1 - 0
src/components/Image/index.tsx

@@ -3,6 +3,7 @@ import styled from 'styled-components';
 
 const StyledImage = styled.img`
   object-fit: contain;
+  height: auto;
   
   @media only screen and (max-width: 768px) {
     width: 100%;