Better in Roam: Resizing an image inline

In Roam it is very easy out of the box to resize an inline image via drag & drop. Sometimes it looks very crazy if a small image is stretched to full width in Dynalist.

4 Likes

I agree. Image resizing would come very handy. At least for inline images.

I use css to achieve a standard image size

.node-displayed-image {
max-width: 500px;
max-height: 500px;
}

2 Likes

I use CSS too.

But being able to resize would be great.

1 Like

I would like to use Dynalist to bring content to my customers. Text is no problem, but inline images sometimes looks very strange, not very professional! So I use it very carefully, but we all know one picture says more than 1000 words. It would be great, if we could resize images like we can do in Roam, if it is technically possible.

1 Like