Is it possible to pull in animated images (GIF) to a table card?

Options

I have a card where I pull in images. I have links to the images in a google sheet which I connected to Domo. Most images are being pulled in. I noticed that the ones not being pulled in are animated GIFs. Can these be pulled in at all?

Here is the HTML I'm using:

CONCAT(
'<img alt="img" src="https://drive.google.com/uc?export=view&id=',
REPLACE(REPLACE(`Link to Image Creative`, 'https://drive.google.com/file/d/', ''), '/view?usp=drive_link', ''),
'" />'
)

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    Currently no, I don't believe animated GIFs are supported.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    Currently no, I don't believe animated GIFs are supported.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • jvsering
    Options

    Thanks Grant.