Issues with Image on Canvas
Answered
Hi,
I have a dashboard which I have a Image that show son the Runtime but I cannot remove it during Edit. Not sure how to get rid of it. See attached picture. Any ideas?
Thanks
Ricardo Abech
Hi Ricardo,
Thanks for reaching out. If you toggle over to Code Mode, do you perhaps see any references to an image in the HTML? If so, if you remove it there, this may work. Images are nested in <app-img> tags like so:
<app-img widget-uuid="07a0aae1-5ebc-48bb-80b7-f4db47ebf5b4" width="300" height="338" top="184" left="675" name="Image" img-key="54967" img-opacity="100" style="z-index: 6;"></app-img>
Please let me know what you find.
Regards,
Mike
Hi Ricardo,
Thanks for reaching out. If you toggle over to Code Mode, do you perhaps see any references to an image in the HTML? If so, if you remove it there, this may work. Images are nested in <app-img> tags like so:
<app-img widget-uuid="07a0aae1-5ebc-48bb-80b7-f4db47ebf5b4" width="300" height="338" top="184" left="675" name="Image" img-key="54967" img-opacity="100" style="z-index: 6;"></app-img>
Please let me know what you find.
Regards,
Mike
Replies have been locked on this page!