Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSobject-fit background-sizeSingle-choice MCQ

A 600x400 image sits in a 300x300 `<img>` styled with `object-fit: contain`. What is rendered?

.thumb { width: 300px; height: 300px; object-fit: contain; }