简体   繁体   English

如何使底部的图像和视频大小相同?

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

Live:https://luffydrank.github.io/FreeCodeCamp-Product-Landing-Page/直播:https://luffydrank.github.io/FreeCodeCamp-Product-Landing-Page/

Repo:https://github.com/LuffyDrank/FreeCodeCamp-Product-Landing-Page The images and the videos has the same class but they have different height, idk why is it not working, help appreciated.回购:https://github.com/LuffyDrank/FreeCodeCamp-Product-Landing-Page图像和视频具有相同的 class 但它们具有不同的高度,idk 为什么它不起作用,感谢帮助。

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它将拉伸视频以填充视频容器上的所有空间,因此与图像高度相同

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM