css.properties

mask-size

The mask-size property specifies the size of a mask.

Formal Syntax

<bg-size>#

See specification

JavaScript Access

// Access via element.style
element.style.maskSize = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
mask-size1205315.4120

Related Properties