Home / CSS Tips Generated By ChatGPT / Responsive Images in CSS Make images responsive to the screen size without distorting their aspect ratio. Source Code img { max-width: 100%; height: auto; }