Convert Image preview url to permanent url

pankaj saxean asked on October 19, 2023 14:56

Hi team,

Currently I'm working on a child component of the widget where component return object type of data.

Like:

"popUpSelector": { "enablePopUp": false, "popUpContent": null, "backgroundColorId": "default", "enableInvertColor": false, "customBackgroundColor": null, "popUpSmallImage": "", "popUpMediumImage": "", "popUpLargeImage": "" }

so here the popUpCotent hold both text and image url part in admin is work fine and used the preview url of the image but when I go on live page its not converted into permanent url of the image its still showing the preview url like:

<img src="/cmsctx/pv/6415b8ce-8072-4bcd-8e48-9d7178b826b7/culture/en-US/wg/0bc13d58-4f2e-40ca-a4cd-f0169d347da4/readonly/0/pts/638333246570047538/ea/1/h/d65618a032654c44d7e9976d7176f25b08349456225780e1dd6269f1ba174526/-/getmedia/de7e5095-7db9-4044-8477-47a1f36594e4/avatar-02.jpg?editmode=1&instance=ed099db6-d44e-44e2-98cb-2995ad54f043&uh=915f292d8a8017875c6c648c43110f9c2878be03141d568d6c9b060cfed4c1fe&administrationurl=http%3A%2F%2Flocalhost:51872%2F" data-strname="avatar-02" data-strid="de7e5095-7db9-4044-8477-47a1f36594e4" style="width: 300px;" class="fr-fic fr-dib">

I need to now how be get the permanent url on the live page

   Please, sign in to be able to submit a new answer.