Skip to content

Commit

Permalink
CB-5841:Update Capture test to fix the captured video can't be displa…
Browse files Browse the repository at this point in the history
…yed!
  • Loading branch information
lmnbeyond committed Jan 23, 2014
1 parent 5c3a617 commit f38fbda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
vid.id="theVideo";
vid.width = "320";
vid.height= "240";
vid.controls = "true";
var source_vid = document.createElement('source');
source_vid.id = "theSource";
source_vid.src = path;
Expand Down

0 comments on commit f38fbda

Please sign in to comment.