파피루스

[Next] Image 크기, 부모 div 크기에 맞춰 자동 조절 본문

React

[Next] Image 크기, 부모 div 크기에 맞춰 자동 조절

떼굴펜 2024. 10. 31. 23:54

 

Image 태그 부모 컨테이너 에 따로 relative나 width, height 크기 지정하지 않아도 gif처럼 동작함

   <Image
        src={image}
         alt="image"
         sizes="full"
         width={0}
         height={0}
         className={"h-full w-full object-contain"}