【问题标题】:Is there any option to Display the galleria gallery inside the fancybox?是否有任何选项可以在fancybox 内显示画廊画廊?
【发布时间】:2012-06-06 04:15:57
【问题描述】:

我正在使用fancybox。我想在fancy box 中使用类似于this 的galleria 插件来显示图片库

jQuery(".pika-stage img").live('click',function(){
            var product_id = <?php echo $Product->id;?>;
            jQuery.ajax({
                url: "<?php echo $currenturl;?>",
                type: "POST",
                data:{tasksubmit:"enlarge",productid:product_id},
                success: function(data){
                    var gal_img ='<div id= gallery>'+data+'</div>';
                    jQuery.fancybox({
                        'content': gal_img
                     });
                   }

                })
            });

【问题讨论】:

    标签: jquery fancybox galleria


    【解决方案1】:

    最后我得到了在灯箱内显示画廊的解决方案。我正在使用 Pretty photo 插件在灯箱中显示画廊。 Demo for Preety Photo

    【讨论】:

      猜你喜欢
      • 2020-03-09
      • 2017-05-13
      • 2012-02-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多