Skip to content
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

Support GIF-like videos, perhaps #130

Open
hilja opened this issue Jan 7, 2019 · 1 comment
Open

Support GIF-like videos, perhaps #130

hilja opened this issue Jan 7, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@hilja
Copy link

hilja commented Jan 7, 2019

I have a project where I'm using a lot of GIF-like videos, elements like this:

<video loop mute autoplay playsinline src="vid.mp4" />

That is conceptually more like an image than a video and it has almost exactly the same requirements than an image has. I found myself doing a custom implementation of this library for the videos.

Would this be something that could be implemented into this project? It-shouldn't-be-too-much-work™

@stereobooster stereobooster added the enhancement New feature or request label Jan 8, 2019
@stereobooster
Copy link
Owner

stereobooster commented Jan 8, 2019

One of the ideas is to get set of components from which you can compose "ideal lazy component". I believe with hooks this ideas is more feasible, but I haven't get to it

See #81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants