I'm trying to resize an RSS feed but it wont expand. I'm using "https://feed.mikle.com/" to convert the HTML to iFrame. This is my iframe code.

<iframe src="https://feed.mikle.com/widget/v2/17101/"></iframe>

Is there a way to resize the box?


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 there,

You might want to use the following responsive iFrame code, this way you can resize the Map-Editor box easily:

<iframe src="https://feed.mikle.com/widget/v2/17101/" style="border:0px; position:absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>

Best regards


Mar, 2017 - Permalink

That worked! Thank you!


Mar, 2017 - Permalink