-
Notifications
You must be signed in to change notification settings - Fork 602
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
Images Loaded option but for video? #916
Comments
Yeah, imagesLoaded is only for The video element does provide several native events. See also #71 (comment) |
Thanks @desandro - this would be a nice feature to implement. |
See #71 (comment) |
Hey! I just see #71 and doesn't work... There's a new solution for Thanks :) |
Hi @desandro - I have a Flickity instance made up of images and videos. For the images to fit correctly, we have to activate the imagesLoaded option, however this doesn't work for videos. Instead, videos sit over to the left of the slider, until the browser is resized at which point they position correctly. This leads me to believe it's related to the video not having a set width until it is loaded, so is there an option we can use to ensure correct positioning of videos upon initial load?
Thanks
The text was updated successfully, but these errors were encountered: