See the plunker on a small screen. The pdf does not resize and requires scroling
You have to set [original-size]="false" and set style="display: block;".
Value of [original-size] is true by default and therefore adding just [autoresize]="true" won't work.
I will add this to README.md, thanks for reporting the issue.
Here's plunker:
https://plnkr.co/edit/6t1wFvQY1Qe3XMUAwOEW?p=preview
Thanks for saving my time :)
Most helpful comment
You have to set
[original-size]="false"and setstyle="display: block;".Value of
[original-size]istrueby default and therefore adding just[autoresize]="true"won't work.I will add this to
README.md, thanks for reporting the issue.Here's plunker:
https://plnkr.co/edit/6t1wFvQY1Qe3XMUAwOEW?p=preview