Crisp edges/pixelated images
Scales images with an algorithm that preserves edges and contrast, without smoothing colors or introducing blur. This is intended for images such as pixel art. Official values that accomplish this for the `image-rendering` property are `crisp-edges` and `pixelated`.
CSS Filter Effects
Method of applying filter effects using the `filter` property to elements, matching filters available in SVG. Filter functions include blur, brightness, contrast, drop-shadow, grayscale, hue-rotate, invert, opacity, sepia and saturate.
CSS zoom
Method of scaling content while also affecting layout.
CSS3 2D Transforms
Method of transforming an element including rotating, scaling, etc. Includes support for `transform` as well as `transform-origin` properties.
canvasrenderingcontext2d api: scale
cssscale api
cssscale api: `cssscale()` constructor
cssscale api: x
cssscale api: y
cssscale api: z
dommatrixreadonly api: `scale()`
dommatrixreadonly api: `scale3d()`
dommatrixreadonly api: `scalenonuniform()`
dommatrix api: `scale3dself()`
dommatrix api: `scaleself()`
gestureevent api: scale
offscreencanvasrenderingcontext2d api: scale
paintrenderingcontext2d api: scale
rtcrtpsender api: `setparameters()`: `parameters.encodings` parameter: `parameters.encodings.scaleresolutiondownby` parameter
svgfediffuselightingelement api: surfacescale
svgfedisplacementmapelement api: scale
svgfespecularlightingelement api: surfacescale
svgsvgelement api: currentscale
svgtransform api: setscale
visualviewport api: scale
xrview api: recommendedviewportscale
xrview api: requestviewportscale
xrwebglbinding api: nativeprojectionscalefactor
xrwebgllayer api: `getnativeframebufferscalefactor()` static method
css property: filter: grayscale
css property: object-fit: scale-down
css property: scale
css property: scale: none
types: `<filter-function>`: `grayscale()`
types: `<transform-function>`: `scale()`
types: `<transform-function>`: `scale3d()`
types: `<transform-function>`: `scalex()`
types: `<transform-function>`: `scaley()`
types: `<transform-function>`: `scalez()`
html element: meta: name: viewport: content="initial-scale=[value]"
html element: meta: name: viewport: content="maximum-scale=[value]"
html element: meta: name: viewport: content="minimum-scale=[value]"
elements: mpadded: <unsigned-number> as a scale factor or percent
svg element: fediffuselighting: surfacescale
svg element: fedisplacementmap: scale
svg element: fespecularlighting: surfacescale
50 results found.