Resizing Problem #2690
Replies: 1 comment
-
Hello everyone, after adding <!doctype html> on top of the index.html the resizing is working. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
i added the pdf component to an existing project (angular 18.0.0). When i resize the Browser or the developer console of the browser the pdf component is not resizing. You can see it in the pictures.

When i add the pdf component to an brand new project (angular 18.0.0) the resizing is working. I can not find any code difference. The only difference i can find is that the new project is based on standalone components and in my existing project i use
.module files.
Please help me if you can.
Start:
Make Window smaler -> PDF Component is not resizing -> Toolbar Buttons are hidden

Make Window bigger -> PDF component is not resizing -> gab between PDF component toolbar and window

Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions