How do I make the images and the videos at the bottom the same size?

Viewed 23
1 Answers

You can use property on the video tag

object-fit: fill

it will stretch the video to fill all the spaces on the video container so make the same height with the image

Related