I am limited to using []()
syntax to render an image (as opposed to <img>
) (the reason for this limitation is because it's currently being used as a workaround for a known bug).
Is there a way to resize an image using only []()
convention (not using <img>
)?
I have tried some things so far that haven't worked. Most notably:
Adding ?s=200
/&s=200
parameter to the end of the image url (recommended here)
The best solution I have so far is to download the image and resize it and re-upload it. Any way of changing its size from the md
itself or by way of changing the url (e.g. via a parameter etc) would be much better