As title. I need to be able to have an image loaded from a remote location. At the moment I can only choose an image from the drive. I’ve tried adding style code to the rectangle to no avail.
Help appreciated.
Edit: I got it working by adding to the rectangle shapes textbox:
<style>
.thumb1 { background-image:url(http://i.vimeocdn.com/video/477636459_295x166.webp) !important;}
</style>
Is this the only way?
Thanks