develog

[css] img width 100% (mobile) 본문

카테고리 없음

[css] img width 100% (mobile)

냐옴 2022. 1. 20. 16:44

 

img {
    width: 100% !important;
    height: auto !important;
}

 

Comments