Skip to content

Commit

Permalink
Merge pull request #507 from artoonie/more-wp-fixes
Browse files Browse the repository at this point in the history
additional embed fixes for wordpress
  • Loading branch information
artoonie authored Sep 10, 2024
2 parents 48636a5 + 699aec7 commit 9714d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/visualizer/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function makeEmbeddedIframeTag(iframeUrl) {
iframe.height = height + 'px';
}, false);
contentWindow.postMessage({getSize: true, key: key}, '*');
"/>
"></iframe>
`;
return text;
}

0 comments on commit 9714d5d

Please sign in to comment.