我试着把这个贴到timeline.js谷歌组上,但是它被删除了。
我在插件的网站( iFrame ) (http://timeline.verite.co)和我们的测试站点上看到外部http://timeline.verite.co上的滚动条。
当将iframe嵌入到我们的站点时,我尝试添加:
<iframe scrolling="no" style="overflow:visible;"但是当滚动条消失时,右边的边缘会被稍微切断。
此外,建议的嵌入代码具有width="100%“。
我肯定我错过了一些简单的东西,但在timeline.js网站或Google上看不到任何东西--除了一些“你做错了”的评论。
删除iFrames中的滚动条有什么窍门吗?抱歉,如果这很简单。
干杯
本
发布于 2013-04-16 05:34:13
在iframe中添加宽度、高度和框边框,如下所示
width='100%' height='700' frameborder='0'试试这个,我想现在它很管用了
<iframe src='embed.verite.co/timeline/?source=0Aj2TitNEGaD2dHlqV3ZRcDhMYlY3MjZmUEt2aWQ0ckE&font=Bevan-PotanoSans&maptype=toner&lang=en' width='100%' height='100%' frameborder='0'></iframe>https://stackoverflow.com/questions/15961057
复制相似问题