mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
zoom and fit test
This commit is contained in:
@@ -189,6 +189,7 @@ export class PdfViewerComponent {
|
||||
* @returns {boolean}
|
||||
*/
|
||||
isLandscape(width: number, height: number) {
|
||||
console.log('width ' + width + 'height ' + height);
|
||||
return (width > height);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user