0
Feature request to add background image out of the box in Hustel popup. At the moment there isn’t any settings regarding this, and the featured image will only display full size if Title and contents aren’t used.
Have to use custom CSS like the following to add background images:
.hustle-layout {
background-image: url("path-to-image")!important;
}