I would like to show a video in a HTML/CSS/JS prototype, no problem.
Now the trick is that on the design, the video is shaped like a circle.
Placing the controls will be a challenge but my question is;
Is it posible to display a video shaped like a circle in HTML, CSS or JS?
Thanks in advance!
PS: support is not very important as it is for a prototype
This post attempts to answer the same question using CSS3 rounded corners. You will just need to make your radii half of the length & width to get a perfect circle:
rounded corners on html5 video