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?
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?
image-rendering: crisp-edges
works for both images and <video>
elements. Tested successfully on Firefox 89.