I like to use fancybox to show images im my
website, but they always expand with the original size of the file, like this code:
$(this).fancybox({
"href" : $(this).attr("src"),
"openEffect" : "elastic",
"closeEffect" : "elastic",
"openSpeed" : 600,
"closeSpeed" : 300
});
Is there any way to set the size of the image that will appear in the fancybox when the image is select?