[Question] Resize images as render in obsidian #37
Replies: 2 comments
-
Hello reporter ! I think you should be able to fix your image sizes using a custom stylesheet. I didn't test, but something like : img {
width: 400px;
} How the images are rendered may depend on where you paste the document unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Reporter didn't follow up, so assuming this is solved. |
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.
-
Hello author, when I preview my notes in Obsidian, they are always fixed to the same size.
However, when I export them to HTML, they are in their original size, which results in inconsistent image sizes. How can I set it so that the exported images are all the same size?
In obsidian:

After export in html:

Beta Was this translation helpful? Give feedback.
All reactions