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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, why only sometimes I'm getting this error?
<img src="/0881005_4.jpg" class="reel" data-responsive="true" data-loops="true" data-speed="0.15" data-cw="true" data-revolution="200" data-images="/0881005_#.jpg|4..15" style="">
The text was updated successfully, but these errors were encountered:
Anyone any hints about this issue?
Sorry, something went wrong.
Same issue here.
@marysmech In my case it turned out that this was caused by the slow loading of the first image (specified with the src tag). My workaround was adding a callback for the image loading and doing a $.reel.scan(); afterwards the image got loaded. See: https://github.com/legyenegysajatvarosod/gallery/blob/gh-pages/js/gallery.js#L10
$.reel.scan();
No branches or pull requests
Hey there, why only sometimes I'm getting this error?
<img src="/0881005_4.jpg" class="reel" data-responsive="true" data-loops="true" data-speed="0.15" data-cw="true" data-revolution="200" data-images="/0881005_#.jpg|4..15" style="">
The text was updated successfully, but these errors were encountered: