How do you make a player similar to whats vine use using HTML 5 tags
<video width="600" height="600" loop preload="auto" video poster="img.jpg" controls>
<source src="my-video-file.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
What i want to do is following
- Remove control bar
- Add a volume button like in vine player (on hover)
- Overlay div on the bottom to show info (on hover)
Example vine player
https://vine.co/v/h7tUrqaWuTB/embed
If anyone can give me tip or a tell me place i can get some info on how to do this highly appreciated. Thanks and advance.