소스 검색

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