Upgraded iframe-resizer package

This commit is contained in:
Bernd Bestel
2024-12-23 17:11:35 +01:00
parent ceb6774260
commit 58eda2f152
5 changed files with 23 additions and 9 deletions

View File

@@ -562,7 +562,7 @@ $(window).on('resize', function()
if (GetUriParam("embedded"))
{
window.parent.iFrameResize({ "checkOrigin": false, "warningTimeout": 0, "minHeight": 700 }, "iframe.embed-responsive");
window.parent.iframeResize({ "checkOrigin": false, "warningTimeout": 0, "license": "GPLv3" }, "iframe.embed-responsive");
}
function WindowMessageBag(message, payload = null)