Thanks for the answer @giri-zano
The posted solution won’t work for me unfortunately. It assumes that all of the info required is in the original link. If that were true, then yes rearranging and prepending “https://static.wixstatic.com/media/” works. But in my case I’ve found that:
-
If I go to the database and right click on the image to open the link in a new tab I get a full url which ends in .webp (and there’s a bunch of scrambled digits and numbers before that).
-
If I get the image url by exporting or using
$w(' [#dataset1](https://www.wix.com/corvid/forum/search/~num~dataset1) ').getCurrentItem().my_imageI get only part of the information from the full url in (1). None of the webp stuff.
So in some cases it’s actually not possible to recover the full url.
(Why do I need this? Because I’m having issues with image orientation and I’m supposing the webp format does something with the EXIF parameters to make sure the image is shown upright. Without the webp part of the url I do manage to get the image back, but sometimes it’s rotated 90 degrees, and in a repeater with many images I can’t be guessing which is going to be rotated and which not)