Calvin Shi
Calvin Shi
Oh this does change the behavior of event 'youtube.player.ready' as it'll only trigger the first time the player loads as opposed to anytime a video changes
Upon further investigation, I believe what changed with the YouTube embed API is that they are now deleting the target div you attach the iframe to. So instead of adding...
@rramdat-i That fix does appear to work, seems like the simplest way to go about it without breaking existing features. I still don't like that it's deleting the entire player...
Any ideas on this issue?