We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b333c1 + 5036dcc commit 60dc481Copy full SHA for 60dc481
index.html
@@ -225,7 +225,7 @@ <h3>Options</h3>
225
videoMaxWidth : 1140, <span>// videos max width</span>
226
beforeOpen: function() {}, <span>// called before opening</span>
227
afterOpen: null, <span>// called after opening</span>
228
- afterClose: function() {} <span>// called after closing</span>
+ afterClose: function() {}, <span>// called after closing</span>
229
loopAtEnd: false <span>// true will return to the first image after the last image is reached</span>
230
} );
231
0 commit comments