Galleria Classic onclick缩略图在灯箱中打开

时间:2014-05-26 11:50:55

标签: javascript jquery magento

enter image description here

1)点击缩略图在灯箱中打开此图片

2)点击缩略图,此时幻灯片图像后我想要的幻灯片图像然后显示在灯箱中。

Site Url

1 个答案:

答案 0 :(得分:0)

  

这是使用扩展功能修复的,请参阅代码听到。

Full Script code hear

Apply on this demo site

    var flag = false;

//codex

     extend: function(){
                this.bind('image', function(e) {
                       if(flag == true){
                           this.openLightbox(this.getIndex());
                       }else{
                          flag = true;
                     }
                });         
            }