• Supports Youtube, Vimeo and HTML video/audio
  • This video starts from 3:36

Play Youtube, Vimeo, HTML video or audio with Ninja Slider

Ninja Slider supports YouTube and Vimeo videos. It also supports HTML videos and audios.

Visit Ninja Slider to download this demo or purchase license.

Note:The slider with videos functions well when the page is hosted on a web server or localhost server. Don't test it by opening the page from local file path (file:///...).

Embed Videos / Audios into Ninja Slider

Embed YouTube

Sample code:
<iframe src="https://www.youtube.com/embed/j685NaMDVYE?enablejsapi=1&start=0&rel=0&showinfo=0 &iv_load_policy=3&modestbranding=1" frameborder="0" allowfullscreen></iframe>

Reference: Youtube Player Parameters

Wanta play just a segment of a video? Add parameters start, or end, or both: &start=63&end=100

Embed Vimeo

Sample code:
<iframe src="https://player.vimeo.com/video/136205074" frameborder="0" allowfullscreen></iframe>

Reference: Embedding Vimeo Player

Embed HTML Video

Sample code:
<video controls> <source src="img1/mcvideo.mp4" type="video/mp4" /> </video>

Reference: HTML Video

Embed HTML Audio

Sample code:
<audio controls data-autoplay="1"> <source src="img1/mcaudio.mp3" type="audio/mpeg"> </audio>

Reference: HTML Audio

More Info