Define background image based on images that your users upload.
/**
* @return string
*/
public function getBackgroundCSS()
{
return BackgroundImageStyle::create(
$this->PrimaryImage()
)
->getCSS();
}
<div style="$BackgroundCSS">
</div>
Identity:
colors:
primary: '#111'
primary-gradient-start: '#222'
primary-gradient-end: '#333'