twostraws / Ignite

A static site generator for Swift developers.
MIT License
1.71k stars 94 forks source link

Feature / Background Image for Page Elements #92

Closed markstamer closed 3 months ago

markstamer commented 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.