How do I use pixel art responsively in a webpage? I have a bunch of fun pixel art I want to use in my project but pixel art is the antithesis of responsive design! It must be specific sizes and gets pixelated if it's fluid.
I'm thinking that I need to make a web component that creates a bunch of media queries based on the size of the image so it grows/shrinks at set points. More jarring than fluid images, but sudden jumping is better than pixelated images, right?