Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript AnythingSlider: Using JW Player Re: AnythingSlider: Using JW Player

#103270
Mottie
Member

There is a code example above:

// videos.push([ id, file, image, height, width ]);
videos.push([ "container1", "video/video1.mp4", "images/preview.jpg", 700, 390 ]);

so from your code, it would be:

videos.push([ 'jwplayer_film_tag_player', 'http://youtu.be/hP9Lmo0Az7Q', '', 392, 980 ]);