我尝试将此帖子发布到timeline.js Google小组,但它已被删除。
我在插件网站(http://timeline.verite.co)的外部iFrame和我们的测试网站上看到了滚动条。
将iframe嵌入我们的网站时,我尝试添加:
<iframe scrolling="no" style="overflow:visible;"
但是当滚动条消失时,右边缘会略微被切断。
此外,建议的嵌入代码具有width =“100%”。
我确定我遗漏了一些简单但却无法在timeline.js网站或Google群组中看到任何内容的内容 - 除了一些“你做错了”其他帖子的评论。
在iFrame中有删除滚动条的技巧吗?对不起,如果这很简单。
干杯
本
答案 0 :(得分:1)
在iframe中添加宽度,高度和frameborder,如下所示
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>