Title says all,
Is it possible to add GIFS in the map editor with custom HTML?
Article Comments
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
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