What I’m trying to do
I expect that the PDF preview of an embedded file will show the full width of the pdf but it is cut off.
Is there any way to adjust the size of the preview?
Things I have tried
searched Discord and Help community, tested and reproduced in the sandbox, reinstalled obsidian checked for plugin updates and updated Obsidian Git.
kepano
2
You can create a snippet using the CSS variables for this
body {
--popover-pdf-width: 1000px;
}
1 Like
It’s a known bug. Hopefully fixed soon. Fixed in v1.2.0!
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.