You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is because we need to reinitialized window.YT (player data), it called from iframe_api, the solution is to set it null. it can be done by replacing:
value: function embedYoutubeApiScript() {
var _this2 = this;
with
value: function embedYoutubeApiScript() {
window.YT = null;
var _this2 = this;
The demo do not allow to change video source, It never load the new video
The text was updated successfully, but these errors were encountered: