I need to have a (crossdomain) iframe with dynamic width and height.
My question is, Can I create an iframe with 100% size and a transparent background that will show th
By inspecting the iframe page you might find out there is color on some parts of the page. My suggestion would be to start from the highest component when adding the transparency:
html { background-color: transparent !important; }
And then in the iframe element: