Scaling and Pixelating
This code snippet was published on .
Sorry, this code snippet failed to load, but you can still check it out over on CodePen!
This Pen demonstrates the differences between scaling an image with a transform and scaling an image by modifying the dimensions.
Designating the image-rendering
property as pixelated
with a transform scale seems to result in anti-aliasing around the edges of the image. Applying the same property value to a dimensional scale does not seem to exhibit the same anti-aliasing.