add frameResizer
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-28 13:27:17 +08:00
parent 7fd37a9f64
commit f3905d9182
1 changed files with 4 additions and 1 deletions

View File

@ -1,9 +1,12 @@
<!DOCTYPE html>
<html>
<script src=" https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.min.js"></script>
<script src=" https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
<body>
<iframe src="https://www.iflyaicloud.com/experience/codegen"style="position:fixed; top:0; left:18%; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden;">
<iframe src="https://www.iflyaicloud.com/experience/codegen" data-iframe-height data-iframe-width frameborder="0" id="aihubFrame" scrolling="no" style="width: 100%; min-height: 200px; border: none; overflow: hidden;">
Your browser doesn't support iframes
</iframe>
</body>
<script>iFrameResize({checkOrigin:false} ,'#aihubFrame')</script>
</html>