Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
fixes #188
  • Loading branch information
ashleydw committed May 9, 2016
1 parent ecbad37 commit e810882
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ekko-lightbox",
"version": "4.0.1",
"version": "4.0.2",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion dist/ekko-lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
return this.showInstagramVideo(video_id);
} else if (type === 'video') {
this.options.type = 'video';
return this.showVideoIframe(video_id);
return this.showVideoIframe(src);
} else {
this.options.type = 'url';
return this.loadRemoteContent(src);
Expand Down
Loading

0 comments on commit e810882

Please sign in to comment.