You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Hello,
I use Fancybox in Wordpress, and found that the href to the download button changed from original image (no suffix) to the resized image (xxx-2048x2048.jpg for example) after any button (left, right, share, etc.) is clicked. The size of image is based on the width of the browser. The link should not be replaced. The reason might be that current.opts.image.src or current.src is not updated to the original image after other button is clicked.
This issue can be reproduced by clicking any button with narrow width window and then click download button.
If more information regrading this is needed, please let me know.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I use Fancybox in Wordpress, and found that the
href
to the download button changed from original image (no suffix) to the resized image (xxx-2048x2048.jpg
for example) after any button (left, right, share, etc.) is clicked. The size of image is based on the width of the browser. The link should not be replaced. The reason might be thatcurrent.opts.image.src
orcurrent.src
is not updated to the original image after other button is clicked.This issue can be reproduced by clicking any button with narrow width window and then click download button.
If more information regrading this is needed, please let me know.
The text was updated successfully, but these errors were encountered: