5

I know images can be rendered as pixelated with the following CSS attribute.

image-rendering: pixelated;

Is there a way to achieve a similar effect with videos?

Shinx
  • 59
  • 3
  • 1
    [This answer](https://stackoverflow.com/a/19129822/1693593) may help - just apply to each frame instead. –  Oct 30 '17 at 19:02

1 Answers1

0

image-rendering: crisp-edges works for both images and <video> elements. Tested successfully on Firefox 89.

Delthas
  • 101
  • 1
  • 9