Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove scrollbars from IFrame?

Tags:

html

jquery

css

I am trying to show the content of techcrunch in IFrame. I am using height:100% for IFrame, even then it shows the scrollbar. So ultimately there are two scrollbars one for the page and one for the IFrame.

http://jsbin.com/iboma4

I just want to have one scrollbar and that is for the page. I would like to grow my Iframe automatically so that it will not have any scrollbar.

Is it possible ?

like image 478
Rakesh Juyal Avatar asked Sep 15 '26 16:09

Rakesh Juyal


1 Answers

I'm afraid I think this is not possible: You would have to get the inlying document's height to adjust the iframe - something the Same Origin Policy will prevent you from doing.

like image 146
Pekka Avatar answered Sep 17 '26 06:09

Pekka



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!