I am trying to set the background of a Box
to a local image using the url
property for background
but it doesn't seem to take effect. I have created a sandbox to showcase the problem. I have added a background.jpeg image locally which I am setting as the background on the box but the background image is not set as the background. If I set the background image to some color say "blue", it takes affect.
How can I set the background of a Box
to an image?