Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 초기셋팅
- 티스토리챌린지
- vercel
- 모던 자바스크립트
- git
- 프로젝트 셋팅
- error
- CORS
- 구글 로그인
- domain
- 오블완
- array정적메서드
- 셋팅
- js
- 내일배움캠프
- 코드카타
- 자주 까먹는
- Next
- deep dive
- 프로그래머스
- 소셜 로그인
- 최적화
- vscode
- useRouter
- 코테
- nextjs
- React
- 코딩테스트
- 모던자바스크립트
- 스파르타코딩클럽
- Today
- Total
도록
[Next] Image 크기, 부모 div 크기에 맞춰 자동 조절 본문
Image 태그 부모 컨테이너 에 따로 relative나 width, height 크기 지정하지 않아도 gif처럼 동작함
<Image
src={image}
alt="image"
sizes="full"
width={0}
height={0}
className={"h-full w-full object-contain"}
'React' 카테고리의 다른 글
[react] 전역 상태 관리 tool 비교 (redux, zustand, context api) (0) | 2024.09.12 |
---|---|
[React] useRouter 내장 함수 (push, replace, back, reload) (0) | 2024.09.11 |
[next/react] metadata 설정하기 (1) | 2024.09.06 |
[next/react] google identity platform API 테스트 (1) | 2024.09.06 |
[nextJs/react] 매번 헷갈리는 파라미터 가져오기 (0) | 2024.09.05 |