1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Player for mobile

This commit is contained in:
daniel 2017-05-13 23:25:06 -03:00
parent d2b8630da9
commit bbca3d2913

View file

@ -38,6 +38,7 @@ function changeVideoSrc(vid_obj, fileName) {
{type: "video/webm", src: fileName + ".webm"}
]);
vid_obj.load();
vid_obj.play();
}
/**