Skip to content

Commit

Permalink
finalizing...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Apr 4, 2012
1 parent f11bac7 commit bdfa56a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/galleria.js
Expand Up @@ -2304,7 +2304,7 @@ Galleria.prototype = {
transition: 'fade',
transitionInitial: undef, // legacy, deprecate in 1.3. Use initialTransition instead.
transitionSpeed: 400,
trueFullscreen: false, // 1.2.7
trueFullscreen: true, // 1.2.7
useCanvas: false, // 1.2.4
vimeo: {
title: 0,
Expand Down Expand Up @@ -5424,6 +5424,9 @@ Galleria.Picture.prototype = {
if( this.isIframe ) {
$( self.image ).width(options.width).height(options.height).removeAttr('width').removeAttr('height');
options.complete.call(self, self);
if( this.image.contentWindow ) {
$( this.image.contentWindow ).trigger('resize');
}
return this.container;
}

Expand Down

0 comments on commit bdfa56a

Please sign in to comment.