使用 fancybox +全屏选项

发布于 2024-11-18 21:02:11 字数 486 浏览 6 评论 0原文

在我的网站中,我有一些图像,我将它们显示在一个 fancybox 中。一切正常,但现在网站的要求是为照片提供全屏模式,全屏的意思是我想在我的 fancybox 底部添加一个按钮,当用户单击该按钮时,当前图像(fancybox 图像)必须以全屏模式显示。

全屏示例: http://buildinternet.com/project/supersized/slideshow/3.2 /demo.html

但这个例子不适合我的情况,因为在全屏模式之前我仍然需要 fancybox。

那么有人有一些代码可以分享,或者有一些好的库,我可以通过 jQuery Fancybox 和一些全屏 api 进行集成? 谢谢

in my website, I have some images which I am displaying them inside a fancybox. Everything working ok, but now the requirement of the website is to have a Fullscreen mode for the photos, What I mean by fullscreen is I want a add a button at the bottom of my fancybox, and when the user click on that button, the current image(fancybox image) has to be displayed in fullscreen mode.

Example of fullscreen: http://buildinternet.com/project/supersized/slideshow/3.2/demo.html

But this example doesnt fit in my situation because I still need the fancybox before the fullscreen mode.

So someone has some code to share or some good library that I can do that integration btw jQuery Fancybox and some fullscreen api?
thanks

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

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

发布评论

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

评论(1

旧时浪漫 2024-11-25 21:02:11

以下步骤将满足您的要求:

  1. 请参阅以下 URL,了解如何向 Fancybox 添加自定义按钮: 将自定义按钮添加到 jQuery 的 fancybox。这将需要一些努力,但确实有效。
  2. 首次显示 Fancybox 时,挂钩自定义按钮以启动全屏模式。使用超大插件
  3. 用于显示超大图像的 div 将隐藏在页面上,并且在全屏启动时将显示超大 div。
  4. 向 Supersized div 添加一个“关闭”按钮,并在单击时隐藏该 div

上面的步骤就可以做到这一点。 Fancybox 和 Supersized 都需要进行一些自定义,但您将能够实现您想要的效果。

The following steps will do what you're looking for:

  1. See the following URL to learn how to add a custom button to Fancybox: Adding custom buttons to jQuery's fancybox. It will take a bit of effort but it does work.
  2. When first showing the Fancybox, hook the custom button to launch fullscreen mode. Use the Supersized plug-in.
  3. The div used to show the Supersized images will be hidden on the page and you'll show the Supersize div when launching fullscreen.
  4. Add a "close" button to the Supersized div and hide the div when clicked

The above steps will do it. There is a bit of customization required for both Fancybox and Supersized but you will be able to achieve your desired effect.

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