-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF Auto Resize #98
Comments
simply said the rendered PDF is not responsive. Even the demo is not responsive, But demo provided by PDFJS is. May be this has something to with the PDFJS version used in this component. I'm also interested in this feature |
I'm also interested in this feature. I appears that the logic for resizing is present in the repository but not in the npm package yet. |
+1 I'm also pretty interested in this feature ;) Thanks |
Closes #98, added auto-resize feature
This 129c37f fix has not been added to the npm package. Please verify |
what happened with this? |
Hi all,
[Using v1.1.0]
Original Question: How would I get the pdf to grow and shrink with the width of the page?
Update: Looking at the code I think the resize behaviour has been moved from the sample to the internal implementation of the pdf-viewer, and it looks like (above 480px) it should do what I'm expecting (increase the size of the visible PDF when I increase the page width)..
I've got:
Any ideas? I've noticed this is what happens on the demo but can't seem to find the right code in the source...
Thanks in advance!
The text was updated successfully, but these errors were encountered: