Is it possible to resize iframe to 100% on my website from tumblr? I've tried many option but with just jQuery I get CORS issues, tried also plugins like: https://github.com/Sly777/Iframe-Height-Jquery-Plugin https://github.com/davidjbradshaw/iframe-resizer
Still can't get 100% height iframe, for example I would like to do 100% of this page:
<iframe src="https://www.tumblr.com/tagged/sample" width="100%" scrolling="no"></iframe>
I don't want it to be position absolute, it need to be inside of content, so this: Full-screen iframe with a height of 100% is not solution for me