-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
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
First image in sequence isn't visible after loading #11
Comments
The very first image of mine also disappear. Can you suggest the workaroumd? |
After all images are loaded the first image src is replaced with this string "gif;base64,R0lGODlhCAAIAIAAAAAAAAAAACH5BAEAAAAALAAAAAAIAAgAAAIHhI+py+1dAAA7" so the first image can't be displayed. Workaround: |
removing line 322 breaks the plugin for sprite based reels. if(opt.images.length == 0){
t.attr({ src: transparent }).trigger('loaded');
} this will work in both cases |
Dave! Guys! I've immediatelly tested out your suggested method and it indeed works. Not for 100% because the I've adapted your solution in a branch gorski-method and that works just perfect! Then, however, I've rooted down the stink bit deeper. I realized the reason was that the initial Till then the cleanest solution is condition modification in the zero-fraction-fix branch. Both branches include a test case. Thank you very much, guys for practically solving this instead of me. Very much appreciated! |
Oh, I apologize, I made a new post about this issue, but didn't see this here. I hope 1.1.1 can be released soon! |
Hey! I just released a patch version 1.1.1, which has a built-in cure for this issue along with test case assuring it won't re-emerge. |
Two users independently reported a unpleasant behavior of new image sequence feature in 1.1. When frames are being loaded, the very first one isn't displayed when loading is finished.
Please vote for this issue if it bugs you too!
The text was updated successfully, but these errors were encountered: