Html src 태그 이미지 사이즈 자동 조절

*** 가로 세로 자동 ***
<img src="" style="width: 100%; height: auto;"/>

*** 가로 고정 세로 자동 ***
<img src="" style="width: 100px; height: auto;"/>