File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3184,10 +3184,10 @@ fotoramaVersion = '4.6.4';
3184
3184
fullScreenApi . request ( fotorama ) ;
3185
3185
}
3186
3186
3187
- that . resize ( ) ;
3188
3187
loadImg ( activeIndexes , 'stage' ) ;
3189
3188
updateFotoramaState ( ) ;
3190
3189
triggerEvent ( 'fullscreenenter' ) ;
3190
+ that . resize ( ) ;
3191
3191
3192
3192
if ( ! ( 'ontouchstart' in window ) ) {
3193
3193
$fullscreenIcon . focus ( ) ;
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ define([
484
484
configuration . breakpoints = null ;
485
485
486
486
if ( ! isInternal ) {
487
- ! _ . isEqual ( settings . activeBreakpoint , { } && settings . brekpoints ) ?
487
+ ! _ . isEqual ( settings . activeBreakpoint , { } && settings . breakpoints ) ?
488
488
$ . extend ( true , settings . activeBreakpoint . options , configuration ) :
489
489
490
490
settings . isFullscreen ?
You can’t perform that action at this time.
0 commit comments