如何在网页上将视频渲染为像素化?

Shi*_*inx 5 html css html5-video

我知道图像可以使用以下 CSS 属性呈现为像素化。

图像渲染:像素化;

有没有办法用视频达到类似的效果?

Del*_*has 1

image-rendering: crisp-edges适用于图像和<video>元素。在 Firefox 89 上测试成功。