We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, found another issue whereby if two images of the gallery are the same, and next to each other, they get stuck at .2 opacity when using next/prev.
Again, seem to have fixed it by removing the opacity part:
$img.fadeTo(fl.config.gallery.fadeOut,0.2);
Will have to learn how to do this pull request stuff after this project :)
The text was updated successfully, but these errors were encountered:
Add test for duplicate image [#89]
afff329
I can't reproduce this with a test I added. Could you provide a fiddle for me to see this?
Sorry, something went wrong.
No branches or pull requests
Hi, found another issue whereby if two images of the gallery are the same, and next to each other, they get stuck at .2 opacity when using next/prev.
Again, seem to have fixed it by removing the opacity part:
$img.fadeTo(fl.config.gallery.fadeOut,0.2);
Will have to learn how to do this pull request stuff after this project :)
The text was updated successfully, but these errors were encountered: