You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The PDFView widget takes the full width/height. When using the widget on a page, it created top/bottom borders.
Describe the solution you'd like
I'd like to have something like a shrinkWrap option in the PDFViewer, so the max. width/height it would have would be the PDF's page size. I'd like to have the widget take the full page width, but at least only the pdf page's height.
Describe alternatives you've considered
I've tried limiting the widget height value by putting it inside a limited Container, but not all PDFs have the same height.
Additional context
I'd like the widget to take only the page's space, shown by the white square. The red rectangles are created by the remaining space that the plugin fills with the background color.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The PDFView widget takes the full width/height. When using the widget on a page, it created top/bottom borders.
Describe the solution you'd like
I'd like to have something like a
shrinkWrap
option in the PDFViewer, so the max. width/height it would have would be the PDF's page size. I'd like to have the widget take the full page width, but at least only the pdf page's height.Describe alternatives you've considered
I've tried limiting the widget height value by putting it inside a limited Container, but not all PDFs have the same height.
Additional context
I'd like the widget to take only the page's space, shown by the white square. The red rectangles are created by the remaining space that the plugin fills with the background color.
The text was updated successfully, but these errors were encountered: