I want to embed LOCAL images in a dataview table and that it works on multiple devices.
I managed to embed REMOTE images with dataview, like this:
("")
But I want to do this with LOCAL images. The only way I managed to it is with a path that is device dependent, which is not the way to go when using obsidian on multiple devices.
("")
Does anyone know how to achieve this with links like this; ![[image.png]]
or with an obsidian link like this; 
? The ‘path to image’ will be dynamic in this code.