1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Use embed

This commit is contained in:
DanieL 2022-10-05 14:23:44 -03:00
parent cdc8436e63
commit 61113b3735

View file

@ -97,7 +97,7 @@ foreach ($playList as $key => $value) {
url = addGetParam(url, 'showinfo', 0); url = addGetParam(url, 'showinfo', 0);
url = addGetParam(url, 'autoplay', 1); url = addGetParam(url, 'autoplay', 1);
console.log('$(\'.galleryVideo a\').click open', url); console.log('$(\'.galleryVideo a\').click open', url);
avideoAddIframeIntoElement(this, url, '.thumbsImage'); avideoAddIframeIntoElement(this, url, '');
}); });
}); });
</script> </script>