Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用来自 youtube 视频的缩略图的网站。换句话说,您获得的图像,当您将鼠标悬停在视频上时,右键单击它并将图像另存为。问题是视频缩略图上方和下方都有黑色空间。
我可以每次在 imageready 或烟花中裁剪它,但我想知道是否有一种方法可能是一些 css 代码可以从底部和顶部切掉图像,切掉黑色空间。除非黑色空间作为图像的一部分根深蒂固!
任何想法都会有所帮助。谢谢
奥马尔
我在这里面临同样的问题。缩略图具有 120x90 像素、4x3 格式(1,333 纵横比)。似乎视频宽高比,YT 生成这些黑条。
使用 CSS,我们可以使用“background-position”属性将缩略图设置为 a 的背景,然后计算 -11px 以隐藏顶部栏。