for showing full size images on my site I\'ve decided to use Jquery.colorbox , this pluging works well with static image location like :
Use colorbox's photo property. Example:
$('a.example').colorbox({photo:true});
The reason is that colorbox's regex to auto-detect image URLs is going to fail for that kind of URL (doesn't contain an image-type extension).