-
Notifications
You must be signed in to change notification settings - Fork 292
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
loading image spinner #108
Comments
I agree it should be easier to add a spinner... Stay tuned |
oh cool, I would love to see a simple loading spinner on featherlight. Otherwise when opening images for the first time it looks like a little glitch indeed. P.S.: Did a few days of research on what's the best lightbox (gallery). Featherlight it is. |
I pushed a commit that should make it easy to use a spinner. Use the Please report back if that seems like a good solution! |
Thank you very much, that's really great!! P.S.: I think the following line should be added to the featherlight.gallery.css to keep away the prev and next buttons from the spinner: .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {display:none;} |
@per-ludum Thanks for the feedback 👍 and the css suggestion (merged) |
You can re-use the
|
Thanks @adick I added a ref in the wiki page |
Some of my image files are a bit big so there is blank area for a bit. I am not much of a coder, is there a way to load a simple spinner before the image displays?
Something like this:
http://www.aplusdesign.com.au/blog/jquery-ajax-loader-spinner/
The text was updated successfully, but these errors were encountered: