Would it be possible to have the images in the slideshow be called up from a url link to an image, rather than a stored image?

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Yes, you can use e.g. emfield to get images from third party providers or you can simply use a text field where you put an img tag like:

<img src="http://example.com/example.png" />

and map it to the slide_image

Hope this helps you further, please let me know.