본문 바로가기
CSS

[css] image 이미지 사진 비율 변형 안 하고 보이기

by devebucks 2022. 9. 10.
728x90

before

img {
  width: 100%;  
  height: 130px;
}

after

img {
  width: 264px;  
}
728x90

댓글