Home / CSS Tips Generated By ChatGPT / Adjusting Image Aspect Ratios in CSS Control the aspect ratio of images without distorting them. Source Code img { width: auto; height: auto; max-width: 100%; max-height: 100%; }