I have a iframe and should adjust it's size dynamically based on content in it.
I used like this but it's not working.
Thanks
I have a iframe and should adjust it's size dynamically based on content in it.
I used like this but it's not working.
Thanks
Take a look here for lots of good answers and discussion: Resizing an iframe based on content
Long story short, if the iFrame is a cross-domain request you're going to have a bad time. Built-in browser security measures make the content within an iFrame difficult to access (on purpose).