Apple 的 Gallery Overlay Lightbox
我正在寻找与灯箱功能非常非常接近的东西 Apple 的 MacBook Pro 网站(灯箱将自动打开)。
我真的需要缩略图滑块和文本区域。布局可以不同,因为我有能力在需要时改造它,我只是没有时间从头开始构建它。
没有依赖库的偏好。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用标准灯箱,您可能可以将此控件合并到其中:
http://jqueryfordesigners。 com/demo/slider-gallery.html
或者您可能正在寻找更像这样的内容:
http://www.gmarwaha.com/jquery/jcarousellite/index.php
基本上你想要的是一个带有嵌入式轮播控件的灯箱
If you use a standard lightbox, you could probably incorporate this control into it:
http://jqueryfordesigners.com/demo/slider-gallery.html
or maybe you're looking for something more like this:
http://www.gmarwaha.com/jquery/jcarousellite/index.php
Basically what you want is a lightbox with an embedded carousel control
最终将 JCarouselLite 与 Galleria 并使用 Fancybox 来拉它总共 - 花了比我可用的时间更长的时间,但我希望客户会很高兴......
ended up combining JCarouselLite with Galleria and using Fancybox to pull it altogether - took longer than I had available, but the client will be happy I hope ...