Jquery cycle2 video js插件不适合Drupal 7

Jquery cycle2 video js plugin does not work for Drupal 7

本文关键字:不适合 Drupal 插件 js cycle2 video Jquery      更新时间:2023-09-26

我有视频滑块,当我在一张幻灯片上开始视频,然后将其更改为另一张幻灯片时,以前的视频不会停止。js选项

this.speed = 1000;
this.timeout = 0;
this.slider = $('.cycle-slideshow');
  this.slider.cycle({
  slides: '.slide',
  fx: 'scrollHorz',
  swipe: true,
  timeout: this.timeout,
  speed: this.speed,
  next: '.tagg-video-slider .cycle-next',
  prev: '.tagg-video-slider .cycle-prev',
  youtube: true,
  youtubeAutostart: true
});

幻灯片结构:

<iframe class="media-youtube-player" width="640" height="390" title="zSm91-i_h6Y" src="//www.youtube.com/embed/zSm91-i_h6Y?wmode=opaque&amp;enablejsapi=1&amp;playerapiid=media-youtube-zsm91-i-h6y" frameborder="0" allowfullscreen="" style="visibility: hidden;">Video of zSm91-i_h6Y</iframe>

是iframe的问题还是什么?

谢谢!

这个模块怎么样jQuery更新