Free account. Does it matter if the code link does not have a jpg ending? As the code doesn’t.
(@cld/asset-share)
If you paste the link into a browser it opens - had to use brackets as when posted here it just shows the company. Odd.
In Cloudinary you need to use the URL of the image. Click on <>, top right on any image in the media library to copy it to the clipboard. Then use html <img src="..."> syntax to put the image where you want it if you don’t need to reuse it elsewhere. Otherwise put it in its own tiddler and transclude to multiple places. The URL will start with res.cloudinary.com and finish with an image extension like .png or .jpeg depending on prefs.
<img src="https://res.cloudinary.com/dspnxldi8/image/upload/v1730213035/a5zrqxyyp9ushq6c9fbx.png"> for example.