开发者

Fancybox - Images are not resizing

开发者 https://www.devze.com 2023-03-15 20:11 出处:网络
Fancybo开发者_StackOverflow中文版x works fine on IE9 but when I try to use it on Firefox it show small image.

Fancybo开发者_StackOverflow中文版x works fine on IE9 but when I try to use it on Firefox it show small image.

Please help.

Here is the link.

Thanks, Manpreet


you should use images in links:

<a href="original-url"><img src="small-url" /></a>

or

<a href="original-url"><img width="100" height="100" src="original-url" /></a>
0

精彩评论

暂无评论...
验证码 换一张
取 消