I found that this issue is referred to the javascript from FancyBox, and ended up adding one line
current.opts.image.src = current.src.replace(/-\d+x\d+.jpg$/, '.jpg');
to change the variable current.opts.image.src
when the download button is pressed.
-
This reply was modified 3 years, 10 months ago by windsketch.