Fancybox独立链接到图库

时间:2012-12-18 05:24:08

标签: jquery image fancybox gallery

对于这个问题的接受答案:calling-fancybox-gallery-with-other-link,如果在同一页面上有多个图库的同时保留图库参考,怎么可能这样做呢?

这是我的触发链接:

<a onclick="$('a.fancybox').eq(0).trigger('click'); return false;" href="<?php echo $image_path; ?>" data-fancybox-group="gallery_<?php echo $i; ?>" title="<?php the_title(); ?>">
<div class="portfolio_image image_holder"><img src="<?php echo $image_path; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="<?php echo $width; ?>" height="<?php echo $height; ?>" /></div>
</a>

图库图片链接:

<a class="fancybox hideme" href="<?php echo $image_path; ?>" data-fancybox-group="gallery_<?php echo $i; ?>" title="<?php the_title(); ?>">
<img src="<?php echo $image_path; ?>" alt="" title="" width="724"  height="<?php echo $height; ?>"/></a>

0 个答案:

没有答案