Background-Image in Properties/Style section of a container?

0
Is it possible to use the css tag background-image in the properties->style section of a container in Studio Pro? e.g. background-image: url(<image path and filename>) It obviously works fine when used directly in Saas or CSS files but I’m struggling to get it working when applied in Pro.
asked
1 answers
0

Nope. This works for a layout grid, but not for a container:

background-image: url("https://image.shutterstock.com/image-photo/sailboat-sea-evening-sunlight-over-260nw-717244969.jpg");

The fact that it does not work for a container is weird, since other stylings like “background-color: green; color: red” work fine.

answered