Of course. This is one of the main features of the plugin.
Please see here for a working demo:
https://www.tinywebgallery.com/blog/advanced-iframe/demo-advanced-iframe-2-0
Best regards, Michael
Thread Starter
istok
(@istok)
I am just looking for simple shortcode for 100% width and 100% hight.
No scoll, jst scrolling with the whole page
Possible?
With a simple iframe it is possible if both pages are on the same domain. See my demo.
If they are not on the same domain you need to use the external workaround. For this you need to be able to add one line of Javascript to the page in the iframe. Because the height needs to be send to the parent. A working example is here:
https://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/external-workaround-auto-height-and-css-modifications
Best regards, Michael
Thread Starter
istok
(@istok)
Oh no! It sounds quite complicated but anyway thx 🙂
You will not find a simpler way.
Same domain: simple shortcode
Remote domain: shortcode + one line on Javascipt in the remote domain.
Best regards, Michael
Thread Starter
istok
(@istok)
Ok but mostly I can’t implement Javascript on remote domain 🙂