<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1336 Image will not display if size is not set to "STANDARD"</title><link>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1336 Image will not display if size is not set to "STANDARD"</title><link>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard</link><pubDate>Thu, 20 Apr 2017 17:34:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ec41778-8623-4674-85ba-fc17ef238989</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard#comments</comments><description>Current Revision posted to Appian Knowledge Base by Nick Vigilante on 4/20/2017 5:34:41 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When creating an interface that displays an image, the following code will display the image properly:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a!imageField( images: { a!documentImage( document: todocument(199179) ) } )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, if a size parameter is set to a value other than &amp;quot;STANDARD&amp;quot;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a!imageField( size: &amp;quot;SMALL&amp;quot;, images: { a!documentImage( document: todocument(199179) ) } )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The image will display as the broken image icon:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/5756.2017_2D00_04_2D00_20-10_5F00_50_5F00_33_2D00_size-set-to-small-_2D00_-Windows-Photo-Viewer.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-11/5756.2017_2D00_04_2D00_20-10_5F00_50_5F00_33_2D00_size-set-to-small-_2D00_-Windows-Photo-Viewer.png" alt=" " /&gt;&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue can occur when an image is modified from its original format.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;If the original extension of the image is not compatible with Appian, modify the image to a different accepted extension. For example, if an .eps file converted to a .jpg is throwing this error, convert the .eps file to a .png extension instead.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: April 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: user interface, application design&lt;/div&gt;
</description></item><item><title>KB-XXXX Image will not display if size is not set to "STANDARD"</title><link>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard/revision/1</link><pubDate>Thu, 20 Apr 2017 15:07:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ec41778-8623-4674-85ba-fc17ef238989</guid><dc:creator>Jenn Pridemore</dc:creator><comments>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jenn Pridemore on 4/20/2017 3:07:09 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When creating an interface which displays an image, the following code will display the image properly:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a!imageField( images: { a!documentImage( document: todocument(199179) ) } )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, if a size parameter is set to a value other than &amp;quot;STANDARD&amp;quot;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a!imageField( size: &amp;quot;SMALL&amp;quot;, images: { a!documentImage( document: todocument(199179) ) } )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The image will display as the broken image icon:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/5756.2017_2D00_04_2D00_20-10_5F00_50_5F00_33_2D00_size-set-to-small-_2D00_-Windows-Photo-Viewer.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/5756.2017_2D00_04_2D00_20-10_5F00_50_5F00_33_2D00_size-set-to-small-_2D00_-Windows-Photo-Viewer.png" alt=" " /&gt;&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue can occur when an image is modified from its original format.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;If the original extension of the image is not compatible with Appian, modify the image to a different accepted extension. For example, if an .eps file converted to a .jpg is throwing this error, convert the .eps file to a .png extension instead.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: April 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: user interface, application design&lt;/div&gt;
</description></item><item><title>KB-1336 Image will not display if size is not set to "STANDARD"</title><link>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard/revision/2</link><pubDate>Thu, 20 Apr 2017 13:34:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ec41778-8623-4674-85ba-fc17ef238989</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/563/kb-1336-image-will-not-display-if-size-is-not-set-to-standard#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Nick Vigilante on 4/20/2017 1:34:41 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When creating an interface that displays an image, the following code will display the image properly:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a!imageField( images: { a!documentImage( document: todocument(199179) ) } )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Alternatively, if a size parameter is set to a value other than &amp;quot;STANDARD&amp;quot;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;a!imageField( size: &amp;quot;SMALL&amp;quot;, images: { a!documentImage( document: todocument(199179) ) } )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The image will display as the broken image icon:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/5756.2017_2D00_04_2D00_20-10_5F00_50_5F00_33_2D00_size-set-to-small-_2D00_-Windows-Photo-Viewer.png"&gt;&lt;img src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-13/5756.2017_2D00_04_2D00_20-10_5F00_50_5F00_33_2D00_size-set-to-small-_2D00_-Windows-Photo-Viewer.png" alt=" " /&gt;&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue can occur when an image is modified from its original format.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;If the original extension of the image is not compatible with Appian, modify the image to a different accepted extension. For example, if an .eps file converted to a .jpg is throwing this error, convert the .eps file to a .png extension instead.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last reviewed: April 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: user interface, application design&lt;/div&gt;
</description></item></channel></rss>