Yes, through style properties (aka, CSS):
If your image is already uploaded to Image Management, then just supply the path with url("/system/images/path/to/image.png")
.
Use backgroundSize: cover
to make it take up the full size of the container.
4 Likes