Notifications
Clear all

Advanced iFrame doesn't resize the height inside wordpress

2 Posts
2 Users
0 Likes
828 Views
Posts: 1
Topic starter
(@m75sa)
New Member
Joined: 2 years ago

Hi, I have installed the plugin on wordpress and I call a page located in the same domain (www.mydomain.com removed link )

 

SO i setup the Resize iframe to content height to yes in order to have the autoresize when the iframed table is longer.

The problem is that the iframe resizes, but the content under the iframe doesn't go down... so the iframe resizes only inside the space available setup by the padding on the block element under it...

 

SO i have 

<div>content1</div> 

then in have the iframe with shortcode

<div style="padding-top:50px;">content2</div> 

<div>content3</div> 

So the iframe resizes only inside the 50 pixel setup by the content2 div...

Any help?

 

 

 

1 Reply
TinyWebGallery
Posts: 874
Admin
(@admin)
Prominent Member
Joined: 15 years ago

Hi, 

do you mean that the initial resize is fine and then inside the iframe the content changes and there is no resize? 

Or that the div below does then overlap? 

Best way to find out is to use the developer tools and check the styles of the elements around. There you can also modify them dynamically do find the style which causes the problem. 

Best regards,

Michael

 

Reply