-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 with HTML5 Video Poster Attribute #197
Comments
Thanks for reporting this issue. Video poster support is currently not part of imagesLoaded. Add a 👍 reaction to this issue if you would like to see this feature added. Do not add +1 comments — They will be deleted. |
+1 If anyone is interested in a workaround I asked/answered a stack overflow question on the matter. http://stackoverflow.com/questions/30888852/masonry-imagesloaded-html5-video-poster |
Sure, if you or somebody has time to do it/knows the magic. |
are there any news on this matter? |
This just bit me as well. Any hope for a fix at this point? I tried putting a regular img with display:none, in addition to the video with poster img, inside my function getItemHTML function for InfiniteScroll. I had high hopes, but that did not work. Maybe the browser never even tries to load the img if it's display:none. |
Whilst I can get ImagesLoaded to work for images in img tags, it doesn't seem to detect when HTML5 Video poster images have loaded.
The text was updated successfully, but these errors were encountered: