Hello Domo Users!
I have recently created a html table card that pulls in image / gif URLs. When the page the card lives on is first loaded, the gifs play once, and then do not repeat. Is there a way to get the gifs to repeat while the page is loaded? Not sure where to start on this one, and I don't see anything like it in the help article here: https://domohelp.domo.com/hc/en-us/articles/360043430033-Adding-Graphics-Links-and-Images-to-Table-Cards-Using-Beast-Mode
Here is the beastmode I am using currently:
CONCAT('<div align=center><a href="', `URL`, '"></div><div align=center><img src="', `URL`, '"height="',`Creative Height`,'"></div>')
Thanks for your help in advance!