Skip to content

Commit

Permalink
#1143 allow developers to set [minHeight]
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Mar 29, 2022
1 parent 34ac046 commit ff7fa69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export class NgxExtendedPdfViewerComponent implements OnInit, AfterViewInit, OnC
*/
private autoHeight = false;

@Input()
public minHeight: string | undefined = undefined;

private _height = '100%';
Expand Down

0 comments on commit ff7fa69

Please sign in to comment.