HTML5-Background-Video icon indicating copy to clipboard operation
HTML5-Background-Video copied to clipboard

add sound as an option

Open matgargano opened this issue 9 years ago • 1 comments

usage:

var videobackground = new $.backgroundVideo($('#video-wrap'), {
      "align": "centerXY",
      "width": 1280,
      "height": 720,
      "path": "video/",
      "filename": "casino",
      "types": ["mp4"],
      "preload": true,
      "autoplay": true,
      "loop": true,
      "sound" : false
    });

matgargano avatar Feb 19 '16 18:02 matgargano

Why does the video play only after pressing ctrl + f5?How to make it play automatically?Thanks.

IgorOlikov avatar Nov 24 '18 13:11 IgorOlikov