Title says all,
Is it possible to add GIFS in the map editor with custom HTML?
Article Comments
Title says all,
Is it possible to add GIFS in the map editor with custom HTML?
Article Comments.
Hi Sven,
That's rather simple. To have a scalable map object that has a GIF as a background, use the following code in the "HTML-Before"-field of the Custom HTML Map Object:
<p style='margin: 0; width: 100%; height: 100%; background: url(https://media.giphy.com/media/JIX9t2j0ZTN9S/giphy.gif); background-size: cover;'></p>
Just change the URL in the "background"-parameter:
| background: url(mycool.gif); |
Best regards.
Nov, 2018 - Permalink
Hi Sven,
That's rather simple. To have a scalable map object that has a GIF as a background, use the following code in the "HTML-Before"-field of the Custom HTML Map Object:
Just change the URL in the "background"-parameter:
Best regards.
Nov, 2018 - Permalink