Next JS (1) 썸네일형 리스트형 Next JS: Image component # 반응형 # mobile # desktop # md:block # md:hidden https://nextjs.org/learn/dashboard-app/optimizing-fonts-images You'll notice the class hidden to remove the image from the DOM on mobile screens,and md:block to show the image on desktop screens. -> Image component에서 사이즈에 따른 반응형 뷰를 className을 통해 적용 md 사이즈 기준을 통한 예: md:hidden / md:block * md:block에 따른 desktop 사이즈 이미지 * md:hidden에 따른 mobile 사이즈 이미지 예제 커밋https://github.com/Junanjunan/nextjs-d.. 이전 1 다음