Scaling images possible?

Using Joplin 1.7.11.

I tried to find a way to scale images but I did not find a way.
Can you please support me?

The images are specified in markdown like this:
![20200620_190518.jpg](:/ddd7643ae2e34f0e802286147236adb5)

@WolfgangHa welcome to the forum.

You can scale images after they have been attached by using an img tag in the markdown, for example:

Change

![20200620_190518.jpg](:/ddd7643ae2e34f0e802286147236adb5)

to

<img width="500" src=":/ddd7643ae2e34f0e802286147236adb5"/>

Just one note, the iOS version does already ask whether to scale a picture (to screen size I assume) upon adding it to your Joplin DB.

This is true, but I guess the OP is looking for a user friendly solution.

Thanks for the quick response. Works as expected.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.