Skip to content

Commit

Permalink
* Fixed Firefox Bug
Browse files Browse the repository at this point in the history
* Downgraded jQuery to 1.9.1 for testing and the doc
* Removed an old file
  • Loading branch information
Jason Butz committed Apr 25, 2013
1 parent 56e37aa commit e22fc0e
Show file tree
Hide file tree
Showing 7 changed files with 10,438 additions and 8,748 deletions.
4 changes: 4 additions & 0 deletions docs/assets/js/bootstrap-lightbox.js
Expand Up @@ -191,6 +191,10 @@
'left' : '50%',
'margin-left' : -1 * (preloader.width + padLeft + padRight) / 2
});
that.$element.find('.lightbox-content').css({
'width': preloader.width,
'height': preloader.height
});

// We have everything sized!
callbacks.fire();
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap-lightbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e22fc0e

Please sign in to comment.