Hello Appian Practitioners,
I am trying to add SVG images within Appian (18.4) user interface and attach a link to it, using a!imageField().
However, it displays the image only if size:"TINY" or isThumbnail:true.
I am not able to get different sizes of SVG image while keeping thumbnail = false.
Is this a bug in my environment or Appian does not support this image type?
I also tried using richtextimage but failed.
Appreciate any pointers!
Discussion posts and replies are publicly visible
I think currently SVGs will only work using thumbnail format.
For the size issue, open the SVG in notepad and make sure that your SVG image has a width and height set in the xml tag.
E.g.
<svg xmlns="">http://www.w3.org/2000/svg" width="466" height="466" viewBox="-40 -40 80 80">