Skip to content

Commit a907ba3

Browse files
author
Constantin Saguin
committed
Merge pull request brutaldesign#183 from davidmles/autoplay_support
Add autoplay support for Youtube and Vimeo
2 parents 3242c80 + 8ceeab9 commit a907ba3

File tree

2 files changed

+71
-69
lines changed

2 files changed

+71
-69
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ videoMaxWidth : 1140, // videos max width
6767
beforeOpen: function(){} , // called before opening
6868
afterOpen: null, // called after opening
6969
afterClose: function(){}, // called after closing
70-
loopAtEnd: false // true will return to the first image after the last image is reached
70+
loopAtEnd: false, // true will return to the first image after the last image is reached
71+
autoplayVideos: false // true will autoplay Youtube and Vimeo videos
7172
```
7273

7374
###Pull Requests

0 commit comments

Comments
 (0)