I tried to make an IFrame height to 100% (like a <div>
to height:auto
).
I set the height
attribute in <iframe>
tag to 100% and set height
in style to 100% too, but it doesn't seem to be working.
Then, I tried to use JavaScript and JQuery to get the height of <iframe>
contents, but because of browser security reasons, it didn't got the height
of content
How can I solve this? I spent all day to solve this problem.