changed default fit mode to fitPage

This commit is contained in:
Timo Bejan 2020-10-16 14:08:52 +03:00
parent a026f539fc
commit 70727931b7

View File

@ -53,7 +53,7 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnDestroy {
}
wvDocumentLoadedHandler(): void {
this.wvInstance.setFitMode('FitWidth');
this.wvInstance.setFitMode('FitPage');
this.fileReady.emit();
}