Fancybox适用于提供的静态文件,但无法以表格形式加载从Servlet请求的图像:
<a class="fancybox-thumb" rel="fancybox-thumb" href="http://localhost:8080/getImage?id=6473924464345088">
<img src="http://localhost:8080/getImage?id=6473924464345088">
</a>
这有效:
<a class="fancybox-thumb" rel="fancybox-thumb" href="http://localhost:8080/static/404.png">
<img src="/static/404.png" alt=""><
</a>
此外,Fancybox也为动态图像创建缩略图,但无法在弹出覆盖框中显示。
如何解决?