Closed markstamer closed 3 months ago
This PR adds a background image modifier for page elements. The basic usage is:
element .backgroundImage("/images/image-name.png", contentMode: .fill)
To adjust the position of the background image there is an additional .backgroundImagePosition() modifier.
.backgroundImagePosition()
This PR adds a background image modifier for page elements. The basic usage is:
To adjust the position of the background image there is an additional
.backgroundImagePosition()
modifier.