Hi,
I am trying to display an base64 image with the image widget, but the base64 string seems to hang the mashup builder when saving it.
Questions:
- Is there a max length of the sourceURL property?
- How to get arround the mashup builder hanging when saving?
- Another option would be to have a html widget and in it have a ordinary img element, can that be done and how?
// Oskar
Solved! Go to Solution.
if you are using image widget try changing the following options,
If you are using value display... try formatting like below...
It should work as expected. please refer following post,
https://community.ptc.com/t5/ThingWorx-Developers/Base64-URL-with-Image-Widget/m-p/837618#M60219
altenate option you can use value display with base64 string render as image.
if possible you can share entities here.
Hi,
Thank you for the tip, now the image is shown, but it is not entirely centered (on the y axis, align-items in flex box) despite setting horizontal and vertical alignment to center, how to fix that?
if you are using image widget try changing the following options,
If you are using value display... try formatting like below...