css.properties

background-origin

The background-origin property specifies the starting position of a background image.

Formal Syntax

<visual-box>#

See specification

JavaScript Access

// Access via element.style
element.style.backgroundOrigin = 'padding-box';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
background-origin14312
border-box14312
content-box14312
padding-box14312

Related Properties