Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
c#asp.net网站中带有图库缩略图列表的Jquery fancybox_C#_Jquery_Asp.net_Fancybox - Fatal编程技术网

c#asp.net网站中带有图库缩略图列表的Jquery fancybox

c#asp.net网站中带有图库缩略图列表的Jquery fancybox,c#,jquery,asp.net,fancybox,C#,Jquery,Asp.net,Fancybox,我正在使用显示c#asp.net网站中的图像库。 现在我必须对lightbox进行修改,这样除了在lightbox中显示单击的缩略图外,我还必须在lightbox中显示画廊的缩略图列表,该列表在我单击图像时显示,就在显示的图像下方,当我单击缩略图时,会显示大版本 我一直在寻找解决方案,但我不知道如何做到这一点 下面是我用来在页面上显示图像的代码 foreach image { <li> <a href="<%= image.GetVariantFilePath

我正在使用显示c#asp.net网站中的图像库。 现在我必须对lightbox进行修改,这样除了在lightbox中显示单击的缩略图外,我还必须在lightbox中显示画廊的缩略图列表,该列表在我单击图像时显示,就在显示的图像下方,当我单击缩略图时,会显示大版本

我一直在寻找解决方案,但我不知道如何做到这一点

下面是我用来在页面上显示图像的代码

 foreach image {
 <li>
    <a href="<%= image.GetVariantFilePath("Large") %>" title="<%= image.Description %>" rel="imgGallery">
        <img src="<%= image.GetVariantFilePath("Small") %>" alt="<%= image.Description %>" />
    </a>
 </li>
 }
foreach图像{
  • }
    有什么建议吗?

    我想我能满足你的要求。查看幻灯片图像库演示,它在灯箱中有缩略图。它不是您已经在使用的Fancybox,但是从我所看到的Fancybox没有现成的选项(我知道只有Prettypto有)