I’ve noticed that whenever I paste images onto obsidian, the image takes up as much space as possible. I do not like this and would prefer the image to be smaller with an option to view it more closely after clicking on it. How can I achieve this quickly?
You can just do:
![[Pasted Image 02.png|100]]
100 pixels scaled uniformly
Or
![[Pasted Image 02.png|100x200]]
Width X height
If you always find yourself doing this I would use the QuickAdd plugin to make yourself a custom “Paste From Clipboard” Action that sets up your size however you want by default.
Hope this helps
3 Likes