嗨,我必须在我的网站上使用YouTube视频,该视频应该循环播放,但是loop = 1无法正常工作,希望我能以正确的方式做到这一点,任何人都可以帮助我(提前感谢)
function toolTip(str, seriesIndex, pointIndex, plot){
var val = plot.data[seriesIndex][pointIndex];
return "<div style='position:relative; left:80px; bottom:15px;'>1aaaaaaaaaaaaaaaaaaaa: " +
(pointIndex +1) + "<br/>2bbbbbbbbbbbbbbbbbb: " + val + "</div>";
}
答案 0 :(得分:2)
请指定您需要循环播放,自动播放或不显示相关视频的次数。您可以自定义YouTube视频visit here for more info 如果您需要更多帮助,请发表评论! 谢谢! 这是您的解决方案
<iframe class="embed-responsive-item"id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/1wUgMEaUUrM?&autoplay=1&mute=1&loop=1&rel=0&showinfo=0&color=white&iv_load_policy=3&playlist=1wUgMEaUUrM"
frameborder="0" allowfullscreen></iframe>
这是fiddle