Skip to content
Arturo Vasquez edited this page Apr 18, 2021 · 3 revisions

This is a class to show a youtube iframe through the Google Youtube API

How to implement it

	let videoyt=genrl.ytapi;
	videoyt.play({
		'cont':'#player_out',
		'id':'WyOIPZ2hLSA',
		'ancho':'1024',
		'alto':'1024'
	});

Search into the pages for more info

Clone this wiki locally