img { width: inherit; /* Make images fill their parent's space. Solves IE8. */ max-width: 100%; /* Add !important if needed. */ height: auto; /* Add !important if needed. */ }
또는
img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */ @media \0screen {img { width: auto }} /* Prevent height distortion in IE8. */
정보 출처 : http://stackoverflow.com/questions/8610077/height-auto-in-internet-explorer-8-and-below
이거 어디다가 넣어야 되는 건가요???스타일.css 에 넣으면 되는 건가요???
넵~ 스타일시트에 넣으시면 됩니다.