Gerrit
Results
1
comments of
Gerrit
@wucop the problem here is that the canvas will not have the correct size. One can change the code to ``` canvas.setAttribute('width', video.clientWidth); canvas.setAttribute('height', video.clientHeight); ``` In this solution the...