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 85eab38 commit bd8cb5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/galleria.js
Expand Up @@ -5425,6 +5425,9 @@ Galleria.Picture.prototype = {
$( this.image ).width( options.width ).height( options.height ).removeAttr( 'width' ).removeAttr( 'height' );
$( this.container ).width( options.width ).height( options.height) ;
options.complete.call(self, self);
if( this.image.contentWindow ) {
$( this.image.contentWindow ).trigger('resize');
}
return this.container;
}

Expand Down

0 comments on commit bd8cb5e

Please sign in to comment.