Question / Help How to loop a non-local media source?

igorini

New Member
Hello,

I would like to find a way of looping a media source (gif) from URL (not a local file).
Local file has a "Loop" checkbox but for non-local files I can't see an option for looping an input.

I typed "gif" into "Input Format" field, but that didn't help. So a gif is only played once and then stops.

I appreciate any help. ;)
 
Yes, create a text file and name it "something.html". Then copy and paste the html from here and replace the url for the image. Then add a browser source, choose local file and select the html file. You don't have to change anything in the Custom CSS field.
HTML:
<html><head></head><body>
<img src="https://static.ezgif.com/images/bg-transparent.gif"></body></html>
 
Yes, create a text file and name it "something.html". Then copy and paste the html from here and replace the url for the image. Then add a browser source, choose local file and select the html file. You don't have to change anything in the Custom CSS field.
HTML:
<html><head></head><body>
<img src="https://static.ezgif.com/images/bg-transparent.gif"></body></html>
Wow, that's so cool, it works! Thank you very much for the help. I wouldn't have figured it out myself. ;)
 
Back
Top