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

Commit

Permalink
Allow Fullscreen
Browse files Browse the repository at this point in the history
refs #139
  • Loading branch information
ashleydw committed Sep 30, 2015
1 parent 6dee93c commit cf35f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/ekko-lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
showVideoIframe: function(url, width, height) {
height = height || width;
this.resize(width);
this.lightbox_body.html('<div class="embed-responsive embed-responsive-16by9"><iframe width="' + width + '" height="' + height + '" src="' + url + '" frameborder="0" allowfullscreenclass="embed-responsive-item"></iframe></div>');
this.lightbox_body.html('<div class="embed-responsive embed-responsive-16by9"><iframe width="' + width + '" height="' + height + '" src="' + url + '" frameborder="0" allowfullscreen class="embed-responsive-item"></iframe></div>');
this.options.onContentLoaded.call(this);
if (this.modal_arrows) {
this.modal_arrows.css('display', 'none');
Expand Down
Loading

0 comments on commit cf35f60

Please sign in to comment.