What is best way to use picture as background in Perspective project?

Yes, through style properties (aka, CSS):
image
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