Advertisement
KreativeMente

JW Player Setup

Apr 16th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var $this = $(this);
  2. var video = $this.attr("data-video");
  3. var id = $this.find(".video").attr("id");
  4. var cat = $this.attr("data-cat");
  5. var img = $this.attr("data-preview");
  6.  
  7. var player = jwplayer(id).setup({
  8.     file: video,
  9.     width: "100%",
  10.     aspectratio: "16:9",
  11.     autostart: false,
  12.     skin: "glow.xml",
  13.     // image: img
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement