As you can see, the picture is going to be big when I embed the file in the canvasI use a CSS to limit the default maximum width of the image to reduce the amount of action I want to adjust to the size of the imageEverything is normal,
When you are “clicked-in” to a card and editing, it’s in a different mode compared to when you are “clicked-out” and not editing it. You could add this to take care of images when editing a card.
/* image when editing a card in canvas */
.mod-inside-iframe > .cm-editor > .cm-scroller img:not([width]) {
max-height: 50px;
max-width: 50px;
}