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>
精彩评论