Closed lineke closed 3 years ago
@lineke Moin Moin. You can pass options as arguments in .load()
function, see example here. It supports anything that youtube supports.
embedo.load(
document.getElementById('test-container'),
'https://www.youtube.com/watch?v=RLWcYADoV84',
{ allowfullscreen: true, autoplay: true }
);
Is it possible to enable the fullscreen button in youtube embedded video's? Since it does not seem to be possible according to the code, if I read it correctly.