X秒后如何自动关闭Fancybox 4弹出窗口?

发布于 2025-01-25 04:41:09 字数 239 浏览 7 评论 0原文

我有一个带有此fancybox4链接的网页页面

<a href="link.html" data-fancybox data-type="iframe" data-width="80%" data-height="25%" >

我尝试了在stackexchange中找到的variuos解决方案,但没有任何可行的方法(所有解决方案均参考Fancybox2或“旧版本”)。

I have a web page page.html with this fancybox4 link

<a href="link.html" data-fancybox data-type="iframe" data-width="80%" data-height="25%" >

I would close automatically fancybox iframe link.html after 3 seconds.

I tried variuos solutions found in stackexchange but nothing worked (all solutions are referred to fancybox2 or older version).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错々过的事 2025-02-01 04:41:09

From the documentation - https://fancyapps.com/docs/ui/fancybox/api - you can close Fancybox using Fancybox.close(); - so, all you have to do is to figure out how to execute it after some timeout

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文