Change Image Size

hi,
i have set a path that looks like this

![](../../Anhänge/Pasted%20image%2020221010010039.png)

how can i change/reduce the image size here?

![](../../Anhänge/Pasted%20image%2020221010010039.png|900)

unfortunately not possible

i have set under setting:
relative path from the current file

unfortunately this has to be, because i want to use images in typora

Your examples are invisible. Probably you need to mark them as code.

I edited the post to be visible. @xverbatim_1977 you have to put backticks around your code so it is viewable.

1 Like

The syntax to resize an image when you are using Markdown links, like this (as opposed to [[Wiki links]] is like this:

![100](../../Anhänge/Pasted%20image%2020221010010039.png)

![Test Title|100](../../Anhänge/Pasted%20image%2020221010010039.png)

![Title|100x200](../../Anhänge/Pasted%20image%2020221010010039.png)

2 Likes