Thank you for your answer,
Added jq fancybox on site and found that it can't open images in .aspx format, for example, this one working perfect:
<a class="fancybox" href="http://farm4.staticflickr.com/3712/9032543579_1217e6566b_b.jpg">
<img src="http://farm4.staticflickr.com/3712/9032543579_1217e6566b_m.jpg"></img>
and this one redirects to the image page:
<a class="fancybox" href="/getmetafile/89349a1b-f0a8-464d-8591-04168656abd2/Blue.aspx?maxsidesize=960">
<img src="/getmetafile/89349a1b-f0a8-464d-8591-04168656abd2/Blue.aspx?maxsidesize=240"></img>
Is it possible to change image urls to default formats? Or maybe here another solution?
p.s. same problem not only with fancybox
Best regards