]> _ Git - fluidbook-html5.git/commitdiff
done #1362 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 26 Apr 2017 16:21:45 +0000 (18:21 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 26 Apr 2017 16:21:45 +0000 (18:21 +0200)
js/libs/fluidbook/fluidbook.resize.js

index b8d298fbb1bd36d89a6d2c0872239464cb1cde8c..f7b1ee9729b831f544ed54aa8f337b2c9fb8ec2f 100644 (file)
@@ -419,6 +419,9 @@ FluidbookResize.prototype = {
         if (changeOrientation) {
             this.fluidbook.zoom.resetZoom();
             this.fluidbook.pageTransition();
+            setTimeout(function () {
+                $this.resize();
+            }, 50);
         }
     }
 };
\ No newline at end of file