【问题标题】:Fancybox next/previous not showing iframeFancybox 下一个/上一个不显示 iframe
【发布时间】:2015-01-21 06:12:11
【问题描述】:

大家好,是否可以使用 iframe 显示下一个和上一个按钮? 我尝试使用此代码,但没有显示。

     function open_photo(obj)
     {  
        $.fancybox({
         href : $(obj).attr("data-id"),
         width        : '75%',
         height       : '75%',
         autoScale      : true, 
         type         : 'iframe',
         overlayShow   : false,
         transitionIn  : 'elastic',
         transitionOut : 'elastic',
         centerOnScroll: true,
         showNavArrows : true
        });

     }  

【问题讨论】:

    标签: javascript php jquery iframe


    【解决方案1】:

    如果没有看到您的所有代码,我很难回答,但我找到了一些可能有帮助的资源

    Navigation arrows not working in fancybox

    fancybox navigation arrows

    Fancybox navigation arrows not showing up

    【讨论】:

      猜你喜欢
      • 2012-07-08
      • 1970-01-01
      • 1970-01-01
      • 2012-09-18
      • 2016-02-12
      • 1970-01-01
      • 1970-01-01
      • 2019-10-17
      相关资源
      最近更新 更多