Hi All
In Obsidian you can embed images and ExcaliDraw drawings in your notes using
Image example
![[image1.png|400]]
ExcaliDraw example
![[ExcaliDraw1|400]]
you can also embed .png images in a table, to place the images side by side
| Header 1 | Header 2 |
| ------------- | --------------|
|![[image1.png\|200]]|![[image2.png\|200]]|
ExcaliDraw example
| Header 1 | Header 2 |
| ------------- | --------------|
|![[ExcaliDraw1]]|![[ExcaliDraw2]]|
But if you add the size to ExcaliDraw, nothing happens.
| Header 1 | Header 2 |
| ------------- | --------------|
|![[ExcaliDraw1\|200]] |![[ExcaliDraw2\|200]] |
Q1) Is this a bug?
Q2) Is this expected behaviour because ExcaliDraw ignores size when in a table?
Q3) Is there a known work around to get ExcaliDraw to use the size in a table?
Thank you in advance
Best regards