Closed Sklore closed 2 years ago
Smart Images are imported to use the Leaflet plug-in, which adds support for map pins.
All other images are imported as separate asset files which are linked into their containing page using the simple obsidian format of: ![filename]
A specific height is set for Smart Images, since Leaflet requires a viewport onto the actual map; whilst currently no explicit height is given for other images.
A single number would define the width of the picture, so it would not widen when the page is widened.
Smart Images are fine. An option for Simple Images would be great though. Personally I feel the images are taking up to much space. As a DM I want to review the picture quickly, maybe share it, but I need the content. I've been adding |200 to mine for example.
V3.14 fixes this. Max Image Width field changes to numeric field, and now gets applied to markdown output.
I'm not sure I completely understand the format you are using for linking images yet however there is capability to set image sizes using something like:
![[Image.png|200]]
Where 200 could be a variable fed in via the Output Formatter?