Retain aspect ratio using CSS on img tag

img { width: 200px; height: 300px; object-fit: cover; }
Using Object-Fit: cover will keep the original image aspect ratio and crop accordingly.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.