My understanding is that this will ensure a device with a retina display will display the image as best as possible:
<img src="image_400x300.jpg" width="200" height="150" />
...and this is some FancyBox demo code
<a id="fb_image" href="image_800x600.jpg" title="The Title">
<img src="image_400x300.jpg" width="200" height="150" />
</a>
...The thumbnail in the main web page will support a retina display, but I don't see how the image when opened with FancyBox can be programmed to support retina.
Any ideas?