FancyBox V3 Beta:使用其他图像链接的缩略图打开图库,无需使用内部

时间:2014-04-23 20:36:16

标签: jquery fancybox

我正在使用FancyBox的V3 Beta 1版本(http://fancyapps.com/fancybox/beta/)。

我可以使用单个小图片链接打开带有缩略图的图库,代码如下:

<div class="imglist">
    <a class="fancybox-Test" rel="fancybox-Test" href="pix1.jpg" title="my title 1"><img src="small_image_to_present_gallery.png" alt="ALT_TITLE"></a>

    <span style="display:none">
  <a class="fancybox-Test" rel="fancybox-Test" href="pix2.jpg" title="my title 2"><img src="" alt="ALT_TITLE"></a>
        <a class="fancybox-Test" rel="fancybox-Test" href="pix3.jpg" title="my title 3"><img src="" alt="ALT_TITLE"></a>
        <a class="fancybox-Test" rel="fancybox-Test" href="pix4.jpg" title="my title 4"><img src="" alt="ALT_TITLE"></a>
</span>
</div>  

上面代码的问题是,一旦图库打开,单个小图像呈现整个图库(small_image_to_present_gallery.png)就会用作第一个图像(pix1.jpg)的缩略图。 /强>

换句话说,我希望能够从任何其他图像的链接打开一个带有缩略图的图库(即不与图库内容链接)。

有没有办法(轻松)这样做?

我读了&#34;提示&amp;技巧&#34;部分(http://fancyapps.com/fancybox/ - &#34;仅使用一张预览图片启动图库&#34;)但这不是同一个问题,因为它不使用缩略图。

的Tx。 汤姆

0 个答案:

没有答案