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

Commit

Permalink
Merge pull request #189 from durango/master
Browse files Browse the repository at this point in the history
Fixes navigating to a video type element.
  • Loading branch information
ashleydw committed May 9, 2016
2 parents aefadc5 + 3f0e9c1 commit ecbad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ekko-lightbox.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ EkkoLightbox.prototype = {

else if type == 'video'
@options.type = 'video'
@showVideoIframe(video_id)
@showVideoIframe(src)

else
@options.type = 'url'
Expand Down

0 comments on commit ecbad37

Please sign in to comment.