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

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