iframe自适应高度的插件

发布时间:2020-06-09 17:18:18 作者:magicsa
来源:网络 阅读:1293

项目地址:https://github.com/house9/jquery-iframe-auto-height


跨域无效!


用法:

jQuery('iframe').iframeAutoHeight(); 设置所有的iframe

$('iframe.photo').iframeAutoHeight();指定的iframe

<!-- with document ready, most likely in the html head --><script>  $(document).ready(function () {    $('iframe').iframeAutoHeight({debug: true});  });</script><!-- inline, after the iframe --><iframe src="my_iframe.html" class="auto-height" scrolling="no" frameborder="0"></iframe><script>  $('iframe.auto-height').iframeAutoHeight({minHeight: 240});</script>

选项:


上传了压缩包


附件:http://down.51cto.com/data/2363378
推荐阅读:
  1. iframe 跨域自适应高度
  2. iframe自适应高度 url

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

iframe fram ifram

上一篇:Giraph 源码分析(五)—— 加载数据+同步总结

下一篇:php 去除多维数组中的空值

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》