HTML [CSS] 이미지가 커서 본문 가로폭을 벗어나는 문제 해결하는 방법
페이지 정보
본문
<style>
img {
max-width: 100%;
height: auto;
}
.image-wrap img {
max-width: 100%;
height: auto;
}
</style>
관련자료
https://www.cmsfactory.net/node/10198
img {
max-width: 100%;
height: auto;
}
.image-wrap img {
max-width: 100%;
height: auto;
}
</style>
관련자료
https://www.cmsfactory.net/node/10198
댓글목록
등록된 댓글이 없습니다.