se elimina boton de volver a paso 1 en paso 3

parent 12aac944
......@@ -37,7 +37,7 @@
width = 0;
height = 630;
width = video.videoWidth / (video.videoWidth / height);
width = video.videoWidth / (video.videoHeight / height);
console.log(width);
if (isNaN(width)) {
width = height / (4 / 3);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment