首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >带有Prezi iframe的Drupal彩色盒

带有Prezi iframe的Drupal彩色盒
EN

Drupal用户
提问于 2014-08-14 10:54:43
回答 1查看 270关注 0票数 0

我有一个Prezi文件,嵌入的代码如下所示:

代码语言:javascript
复制
<iframe src="http://prezi.com/embed/id-of-the-file/?bgcolor=ffffff&lock_to_path=1&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined&html5=1" width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>

我已经安装了彩色盒和激活的彩色盒加载和彩色盒内嵌在模块设置。

如何使用Colorbox打开此文件?

我创建了一个链接并尝试如下:

代码语言:javascript
复制
<a class="colorbox-load" href="http://prezi.com/embed/id-of-the-file/?bgcolor=ffffff&lock_to_path=1&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined&html5=1?width=500&height=500&iframe=true">open in Colorbox (iframe)</a>

颜色框正在打开,但显示“此内容无法加载”。

EN

回答 1

Drupal用户

回答已采纳

发布于 2015-03-29 01:10:50

您通过将width=500&height=500&iframe=true?连接而不是与另一个&连接来创建链接,因此工作链接如下:

代码语言:javascript
复制
<a class="colorbox-load" href="http://prezi.com/embed/id-of-the-file/?bgcolor=ffffff&lock_to_path=1&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined&html5=1&width=500&height=500&iframe=true">open in Colorbox (iframe)</a>
票数 1
EN
页面原文内容由Drupal提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://drupal.stackexchange.com/questions/126676

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档