Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin video #94

Closed
wants to merge 6 commits into from
Closed

Plugin video #94

wants to merge 6 commits into from

Conversation

anselmh
Copy link
Contributor

@anselmh anselmh commented Feb 10, 2014

Targets #89 and also provides a possible auto-play for videos.

CSSModal.on('cssmodal:hide', document, function (event) {
if (videos.length > 0) {
// Pause all videos in active modal
for (var i = 0; i < videos.length; i++) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please init variable at top of function.

@drublic
Copy link
Owner

drublic commented Feb 10, 2014

This looks fantastic. I'll test this asap. We need to squash the commits before merging them in though.

@anselmh
Copy link
Contributor Author

anselmh commented Feb 11, 2014

Now take this one. Fine now? ;)

@anselmh anselmh closed this in eccdd4d Feb 12, 2014
@drublic
Copy link
Owner

drublic commented Feb 12, 2014

Thanks. I've merged this and updated the variable at the "correct" position.

@drublic drublic deleted the plugin-video branch February 12, 2014 11:10
@drublic drublic added this to the v1.1.0 milestone Apr 23, 2014
@drublic drublic restored the plugin-video branch May 12, 2020 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants