addyosmani / getUserMedia.js

Shim for getUserMedia(). Uses native implementation for modern browsers and a Flash fallback for everyone else.
MIT License
903 stars 158 forks source link

Can I just specify height and let width be proportional to the stream size? #56

Open escobar5 opened 8 years ago

escobar5 commented 8 years ago

If I don´t set width, the video element gets a width of 0, is there a way to not specify it and let the video element be proportional?