将灯箱与Galleria插件集成

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将灯箱与Galleria插件集成相关的知识,希望对你有一定的参考价值。

Makes the images in Galleria gallery clickable, so you can see the full sized image in Fancybox (or the ligthbox of your preference). Get Galleria is here: http://galleria.aino.se/
  1. $('.images').galleria( {
  2. extend: function() {
  3. this.bind(Galleria.LOADFINISH, function(e) {
  4. $(e.imageTarget).click(this.proxy(function(e) {
  5. e.preventDefault(); // removes the garbage
  6. var obj = this.getData();
  7. $.fancybox({ 'href': obj.image });
  8. }))
  9. });
  10. }
  11. });

以上是关于将灯箱与Galleria插件集成的主要内容,如果未能解决你的问题,请参考以下文章

jQuery 灯箱插件

为啥灯箱 jQuery 插件对我不起作用?

响应式jQuery灯箱插件

如何向 [react-slick] 添加支持触摸的灯箱功能?

灯箱效果插件Magnific Popup详解

从 nivo 灯箱中排除链接