-
-
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
[7.0.1] width of pdf page exceed the maximum width and got trimmed from the right side #805
Comments
@VadimDez please check this out. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Well, author is not replying :/ that's why no activity |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The issue still exists, don't close it. |
Thank you @almothafar, this work-around did the job perfectly |
Checkout 7.0.2 release, should be better now, I've also included breaking change note. |
Bug Report or Feature Request (mark with an
x
)I have an issue with a pdf exceeding the width from style
max-width
which is mentioned in the docs, but seems that does not work, that issue happened with the latest changes (version 7.0.1).I was using it as simple as:
Which was working, and tried:
Nothing worked, but when I changed
.ng2-pdf-viewer-container
to beposition: relative
it is worked fine.So the change that I can say is behind this issue is this: 8d4f8ad#diff-c0a5f3426a537629a18cbeb63abc55b7ce727f267c2e85acf84c88ddd96e4cb1R3
The problem solved only runtime, but if I do something like:
I get only blank screen.
The workaround for this is to make the style inside
pdf-viewer
tag:The text was updated successfully, but these errors were encountered: