We saw this type issue because youtube iframe code autoplay is not working on our web page. But if you were check it’s URL is working properly.
–jQuery
$('iframe').src = $('iframe').src
–JS
var youTube = document.querySelector('iframe'); youTube.src = youTube.src;