Edit in GitHubLog an issue

background-image

Since UXP v2.0

Specifies a background image. Supports multiple background images, as well as linear and radial gradients.

See: https://developer.mozilla.org/en/docs/Web/CSS/background-image

Example:

Copied to your clipboard
1.someElement {
2 background-image: url('plugin://assets/star.png');
3}

Quirks and Exceptions

  • Background repeat is not yet supported. As such, background images will not repeat by default.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.