[ANSWERED] html – crop portrait image and resize to make a landscape cover css
Solution 1 : This CSS should do it: .container { height: 100vh; background-color: #e3e3e3; display: flex; align-items: center; } .image { width: 100%; height: 200px; background-color: white; background: url(https://i.stack.imgur.com/l7pP3.jpg) center…