<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Documents : Dynamically generate thumbnail images : Comments</title>
    <link>https://forums.adobe.com/docs/DOC-2145#comments</link>
    <description>Comments on : Dynamically generate thumbnail images</description>
    <language>en</language>
    <pubDate>Thu, 10 May 2012 14:41:50 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2012-05-10T14:41:50Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-3477</link>
      <description>&lt;!-- [DocumentBodyStart:768c5145-830c-4810-aa5f-3573cab8fda5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Great stuff, Daniel! One thing to note is that this code will not work for catalog images or if you choose to add the product image to the online cart. In either case, you can use some CSS to control the width of the image and place the image in a container with a width and height setting that is also set to overflow hidden. Also, concerning the cart image, if you use the large product image for both the list and details view (using the re-sizing method above for the list), you can then use the small image solely for use in the cart layout. &lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Carol | BCGurus.com | &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://bcgurus.com/Business-Catalyst-Templates" rel="nofollow" target="_blank"&gt;http://bcgurus.com/Business-Catalyst-Templates&lt;/a&gt;&lt;span&gt; for only $7&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:768c5145-830c-4810-aa5f-3573cab8fda5] --&gt;&lt;img src='/beacon?t=1415885594609' /&gt;</description>
      <pubDate>Thu, 10 May 2012 14:41:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-3477</guid>
      <dc:date>2012-05-10T14:41:50Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-3833</link>
      <description>&lt;!-- [DocumentBodyStart:32a256b5-04e9-4ad9-9f25-85c64bdca9a0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I followed your code and I got the results I needed. But, I have a problem. I am using this code for a Small Product Display photo. Now I cannot click on the photo to take me to the Large Product Display. Did I miss something in the code? I placed the code in the module template in place of the {tag_smallimage}, as shown below...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;div class="shop-product-small clear"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;h5&amp;gt;{tag_name}&amp;lt;/h5&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;br /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;div class="image"&amp;gt;&amp;lt;img alt="" src="{tag_largeimage_path}?Action=thumbnail&amp;amp;amp;Width=253&amp;amp;amp;Height=253&amp;amp;amp;algorithm=fi ll_proportional" /&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chuck&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:32a256b5-04e9-4ad9-9f25-85c64bdca9a0] --&gt;</description>
      <pubDate>Fri, 01 Jun 2012 16:14:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-3833</guid>
      <dc:date>2012-06-01T16:14:36Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-3927</link>
      <description>&lt;!-- [DocumentBodyStart:275dd3f8-f1b4-450f-85d1-9830454793f8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Chuck, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just wrap the image in an anchor tag with the href="{tag_itemurl_nolink}"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;a href="{tag_itemurl_nolink}"&amp;gt;&amp;lt;img alt="" src="{tag_largeimage_path}?Action=thumbnail&amp;amp;amp;Width=253&amp;amp;amp;Height= 253&amp;amp;amp;algorithm=fill_proportional" /&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Carol | BCGurus.com | &lt;a class="jive-link-external-small" href="http://bcgurus.com/Business-Catalyst-Templates" rel="nofollow" target="_blank"&gt;http://bcgurus.com/Business-Catalyst-Templates&lt;/a&gt; for only $7&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:275dd3f8-f1b4-450f-85d1-9830454793f8] --&gt;</description>
      <pubDate>Fri, 01 Jun 2012 19:32:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-3927</guid>
      <dc:date>2012-06-01T19:32:24Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-3834</link>
      <description>&lt;!-- [DocumentBodyStart:d2d35481-e901-48b9-b886-fc2a46f6b941] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Perfect! Thanks Carol!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Chuck&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d2d35481-e901-48b9-b886-fc2a46f6b941] --&gt;</description>
      <pubDate>Fri, 01 Jun 2012 22:25:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-3834</guid>
      <dc:date>2012-06-01T22:25:38Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4425</link>
      <description>&lt;!-- [DocumentBodyStart:cb752d58-1312-4701-b464-e7f3baf0686b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Does anyone know if this will work in an email campaign and then display properly in major email clients?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cb752d58-1312-4701-b464-e7f3baf0686b] --&gt;</description>
      <pubDate>Thu, 28 Jun 2012 23:24:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4425</guid>
      <dc:date>2012-06-28T23:24:04Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4412</link>
      <description>&lt;!-- [DocumentBodyStart:b368bf7d-50fd-4edb-8025-e8594e603849] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Pat,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This will not work inside the email campaigns. You can only use the tag which are present inside the Tag Dropdown in email campaigns.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-mario&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b368bf7d-50fd-4edb-8025-e8594e603849] --&gt;</description>
      <pubDate>Fri, 29 Jun 2012 03:20:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4412</guid>
      <dc:date>2012-06-29T03:20:30Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4887</link>
      <description>&lt;!-- [DocumentBodyStart:175b7d22-88cf-4b54-97b9-bd009da08b24] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to do this with a webapp item but it is not working for me - &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a href="{tag_image-1_nolink}"&amp;gt;&amp;lt;img alt="" src="{tag_image-1}?Action=thumbnail?Width=400?Height=400" /&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Produces no image and shows everything after the last } on the webpage - here is my example - im building this using a webapp and the user upload 2 images for each "item" - trying to display these small but clickable to larger size -&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://romanfarm.businesscatalyst.com/for-sale/26-acres-for-sale" rel="nofollow"&gt;http://romanfarm.businesscatalyst.com/for-sale/26-acres-for-sale&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Not sure what i am doing wrong - thanks in advance!&lt;/p&gt;&lt;p&gt;Tom Cuneo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:175b7d22-88cf-4b54-97b9-bd009da08b24] --&gt;</description>
      <pubDate>Mon, 13 Aug 2012 15:10:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4887</guid>
      <dc:date>2012-08-13T15:10:11Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4824</link>
      <description>&lt;!-- [DocumentBodyStart:233e5e39-f5bf-402f-8d26-5a02a3a48a1f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Tom, use _value instead of _nolink. Also make sure the field type is image.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:233e5e39-f5bf-402f-8d26-5a02a3a48a1f] --&gt;</description>
      <pubDate>Mon, 13 Aug 2012 15:46:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4824</guid>
      <dc:date>2012-08-13T15:46:09Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4888</link>
      <description>&lt;!-- [DocumentBodyStart:f203a70a-ab37-43d6-935c-684582ce6361] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks SO much Carol for the quick reply - &lt;/p&gt;&lt;p&gt;That seemed to work partially lol :-) &lt;br/&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;a href="{tag_image-1_value}"&amp;gt;&amp;lt;img alt="" src="{tag_image-1_value}?Action=thumbnail?Width=400?Height=400" /&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;a href="{tag_image-2_value}"&amp;gt;&amp;lt;img alt="" src="{tag_image-2_value}" /&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ive updated the link above - ive got two images, the second is now showing but full screen the first is not with the Action tied to it.. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f203a70a-ab37-43d6-935c-684582ce6361] --&gt;</description>
      <pubDate>Mon, 13 Aug 2012 15:52:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4888</guid>
      <dc:date>2012-08-13T15:52:01Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4889</link>
      <description>&lt;!-- [DocumentBodyStart:06b55aa8-aa55-4395-9754-7f81bae37599] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just to add when i view the element in source it is showing the right path to the image itself - &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;img alt="" src="/images/propS1-1.jpg?Action=thumbnail?Width=400?Height=400?algorithm=fill_proportion al"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again - this is my first real webapp and it is going to be cool when i get it going :-) Love learning new stuff!&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Tom&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:06b55aa8-aa55-4395-9754-7f81bae37599] --&gt;</description>
      <pubDate>Mon, 13 Aug 2012 15:54:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4889</guid>
      <dc:date>2012-08-13T15:54:31Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4890</link>
      <description>&lt;!-- [DocumentBodyStart:a989b290-2ee8-40a4-b0a9-b08d21daf053] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I got it figured out :-)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again Carol - much thanks for taking the time to help! It is very much appreciated &lt;/p&gt;&lt;p&gt;&lt;br/&gt;Tom&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a989b290-2ee8-40a4-b0a9-b08d21daf053] --&gt;</description>
      <pubDate>Mon, 13 Aug 2012 17:09:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4890</guid>
      <dc:date>2012-08-13T17:09:50Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-5052</link>
      <description>&lt;!-- [DocumentBodyStart:392a5405-fee6-4d1b-9e87-50ffce447c4a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Tom,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was on vacation so sorry to miss your two replies! Happy to hear you got it working!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Carol&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:392a5405-fee6-4d1b-9e87-50ffce447c4a] --&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:40:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-5052</guid>
      <dc:date>2012-08-20T14:40:46Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-4978</link>
      <description>&lt;!-- [DocumentBodyStart:843e57c0-17ee-4778-a832-0540bdd0c3fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;No worries Carol :-) Again thanks for your time - &lt;/p&gt;&lt;p&gt;Im enjoying the web apps the more i dig into it. Got some great ideas for our customers i can now build for them using web apps. Once i get past the learning curves of the system could be dangerous LOL &lt;span aria-label="Grin" class="emoticon-inline emoticon_grin" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In fact we got one client just because of being able to meet their desires using webapps ;-)&amp;nbsp; I'll be a guru yet ;-)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tom&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:843e57c0-17ee-4778-a832-0540bdd0c3fb] --&gt;</description>
      <pubDate>Mon, 20 Aug 2012 14:44:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-4978</guid>
      <dc:date>2012-08-20T14:44:44Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-5364</link>
      <description>&lt;!-- [DocumentBodyStart:71b61c29-87fa-4316-9223-9eceb1b32bb3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Daniel,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for the info.. but is there any way of applying "fill_proportional" to the thumbnails which are generated for the photo gallery module in BC?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71b61c29-87fa-4316-9223-9eceb1b32bb3] --&gt;</description>
      <pubDate>Sun, 16 Sep 2012 04:00:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-5364</guid>
      <dc:date>2012-09-16T04:00:42Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-5380</link>
      <description>&lt;!-- [DocumentBodyStart:9ea42e73-6d94-49fb-a51b-31619d4ca381] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;Take a look at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://kb.worldsecuresystems.com/134/bc_1345.html#main_Photo_Gallery_Modules" rel="nofollow" target="_blank"&gt;http://kb.worldsecuresystems.com/134/bc_1345.html#main_Photo_Gallery_Modules&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The format for the photo gallery is:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;{module_photogallery,ID,rowLength,targetFrame,resultsPerPage,Width,Height,UseStandardMetho d,ThumbnailAlgorithm}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ThumbnailAlgorithm can be set to fill_proportional&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-mario&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ea42e73-6d94-49fb-a51b-31619d4ca381] --&gt;</description>
      <pubDate>Sun, 16 Sep 2012 23:34:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-5380</guid>
      <dc:date>2012-09-16T23:34:46Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6340</link>
      <description>&lt;!-- [DocumentBodyStart:a8ac07b2-5b67-4958-9d6e-e23f008cc8a6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to get this to work in IE8, on the cart page, but the image is not being&amp;nbsp; scaled down - unfortunately with setting the container to a height/width of 100px and overflow to hidden - I just see a little bit of the image in the cart.&amp;nbsp; Looking at the piece I can see, I can tell the image is the usual 600px size - so it is still large.&amp;nbsp; Any thoughts?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also saw where it was mentioned I could use the {tag_smallimage} for the cart layout, but I can not get that tag to populate images.&amp;nbsp; It just shows the text, when you go to the front end of the site.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://childtocherish01.businesscatalyst.com" rel="nofollow" target="_blank"&gt;http://childtocherish01.businesscatalyst.com&lt;/a&gt;&lt;span&gt; (this is the site, not yet launched, although we are shooting for this week)&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks so much for any assistance that can be offered.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a8ac07b2-5b67-4958-9d6e-e23f008cc8a6] --&gt;</description>
      <pubDate>Mon, 12 Nov 2012 14:11:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6340</guid>
      <dc:date>2012-11-12T14:11:41Z</dc:date>
      <clearspace:dateToText>2 years 12 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6373</link>
      <description>&lt;!-- [DocumentBodyStart:1fcc3a9e-956a-47d9-97f5-ec3d6439c353] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Inside the shopping cart you need to use {tag_productimage} which should render the small product image. 600px would not be a small product image. Please find that image inside the file manager and make sure that the size is correct.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-m&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1fcc3a9e-956a-47d9-97f5-ec3d6439c353] --&gt;</description>
      <pubDate>Mon, 12 Nov 2012 21:46:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6373</guid>
      <dc:date>2012-11-12T21:46:13Z</dc:date>
      <clearspace:dateToText>2 years 4 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6363</link>
      <description>&lt;!-- [DocumentBodyStart:5a3afaca-9b0a-4636-b60e-d6194900ed79] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks.&amp;nbsp; The one issue is that I was trying to create the site so the client did not have to scale their images manually - I wanted them to be able to&amp;nbsp; load up an image (even a large one) into the product edit screen and then in the different places where the image is going to be used I would have code scale it down automatically.&amp;nbsp; I actually found a solution by noticing it was working on the OXO Template in BC.&amp;nbsp; I matched its CSS settings, and now the images are showing correctly in IE.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again for the help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a3afaca-9b0a-4636-b60e-d6194900ed79] --&gt;</description>
      <pubDate>Mon, 12 Nov 2012 22:21:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6363</guid>
      <dc:date>2012-11-12T22:21:15Z</dc:date>
      <clearspace:dateToText>2 years 4 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6777</link>
      <description>&lt;!-- [DocumentBodyStart:93577d3a-9dee-40f0-80e6-8e5b4ca82209] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey guys, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;just an update, the thumbnail API has been updated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can now specify just a single dimension (width or height) and the system will proportionally resize the other dimension.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Dan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93577d3a-9dee-40f0-80e6-8e5b4ca82209] --&gt;</description>
      <pubDate>Thu, 06 Dec 2012 12:27:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6777</guid>
      <dc:date>2012-12-06T12:27:19Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6832</link>
      <description>&lt;!-- [DocumentBodyStart:5e8b80e4-f30a-4e79-a0d9-0527581b4495] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can this technique be used for resizing Catalog images as well?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e8b80e4-f30a-4e79-a0d9-0527581b4495] --&gt;</description>
      <pubDate>Fri, 14 Dec 2012 19:51:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6832</guid>
      <dc:date>2012-12-14T19:51:41Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6987</link>
      <description>&lt;!-- [DocumentBodyStart:77e38196-fbc3-46b2-a743-c764f3e6adb5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Natenoob,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looks like this method can't be used for catalog images. The reason is that you can't output the raw path of the catalog image using a tag (e.g. /image/catalog-image.png). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The {tag_image} tag in the catalog layout outputs the full &amp;lt;img src....&amp;gt; HTML so adding the thumbnail parameter would end up being &amp;lt;img src="/image/catalog-image.png"&amp;gt;?Action=thumbnail&amp;amp;Width=80&amp;amp;Height=80.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Daniel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:77e38196-fbc3-46b2-a743-c764f3e6adb5] --&gt;</description>
      <pubDate>Wed, 19 Dec 2012 00:14:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6987</guid>
      <dc:date>2012-12-19T00:14:47Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6960</link>
      <description>&lt;!-- [DocumentBodyStart:5bc80f76-c52a-4dca-8f48-5d349f2b879d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks! Do you recommend png format over jpg? I've noticed some graphical errors when resizing gif images, but so far jpg is working for me&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sent from my iPhone&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5bc80f76-c52a-4dca-8f48-5d349f2b879d] --&gt;</description>
      <pubDate>Wed, 19 Dec 2012 01:21:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6960</guid>
      <dc:date>2012-12-19T01:21:47Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-6951</link>
      <description>&lt;!-- [DocumentBodyStart:e562817d-cf60-4947-a839-e0bab2b0f189] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I find jpg works quite well &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e562817d-cf60-4947-a839-e0bab2b0f189] --&gt;</description>
      <pubDate>Wed, 19 Dec 2012 01:23:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-6951</guid>
      <dc:date>2012-12-19T01:23:22Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-9356</link>
      <description>&lt;!-- [DocumentBodyStart:a8846223-384e-4813-a7ac-6a455c9bbdad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am struggling to get my cataloge image to resize automatically in cataloge view.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the current code that is there:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;div class="shop-catalogue clear"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;h4&amp;gt;{tag_name}&amp;lt;/h4&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;div class="image"&amp;gt;{tag_image}&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it even possible to adjust the code to resize thhe image?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a8846223-384e-4813-a7ac-6a455c9bbdad] --&gt;</description>
      <pubDate>Thu, 11 Apr 2013 06:04:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-9356</guid>
      <dc:date>2013-04-11T06:04:17Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-9553</link>
      <description>&lt;!-- [DocumentBodyStart:c119dc91-1cd5-44ae-b1af-61020fe5bcc9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You say at the very top of this page:&amp;nbsp; &lt;/p&gt;&lt;h1&gt;Adding code to generate a thumbnail image from an existing image&lt;/h1&gt;&lt;ol class="topic/ol -" style="list-style-type: decimal;"&gt;&lt;li&gt;Begin by accessing the source code for the page. Select Site Manager &amp;gt; Pages and select the page from the tree view.&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where do I insert the code for my individual products pages that are each under a different catalog?&amp;nbsp; Do I have to enter it more than once or just once?&amp;nbsp; Please show me where. My Site Manager&amp;gt;Pages doesn't list pages for my products.&amp;nbsp; Thank you.&amp;nbsp; Also, here is the code I made for the product images.&amp;nbsp; I may alter the size according to my preference.&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;img src="{tag_smallimage}?Action=thumbnail&amp;amp;Width=220&amp;amp;Height=317" /&amp;gt;&amp;nbsp; Thanks for your help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c119dc91-1cd5-44ae-b1af-61020fe5bcc9] --&gt;</description>
      <pubDate>Sun, 28 Apr 2013 01:42:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-9553</guid>
      <dc:date>2013-04-28T01:42:55Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-10584</link>
      <description>&lt;!-- [DocumentBodyStart:7d13d222-72ca-48ef-9502-71ced8c1051b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Yes having the same problem Does not seem to work on catalogue images.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d13d222-72ca-48ef-9502-71ced8c1051b] --&gt;</description>
      <pubDate>Mon, 15 Jul 2013 01:01:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-10584</guid>
      <dc:date>2013-07-15T01:01:15Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Dynamically generate thumbnail images</title>
      <link>https://forums.adobe.com/docs/DOC-2145#comments-12163</link>
      <description>&lt;!-- [DocumentBodyStart:6a857ac6-ad07-4165-b458-44be1d5253b3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have setup BC thumbnails on my web app Latest News on my site but I cannot get the large image to display. &lt;a class="jive-link-external-small" href="http://www.sunnysideinstantlawn.com.au/news/home-show-and-garden-expo-display-with-carly-and-leighton" rel="nofollow"&gt;http://www.sunnysideinstantlawn.com.au/news/home-show-and-garden-expo-display-with-carly-a nd-leighton&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.sunnysideinstantlawn.com.au/news/home-show-and-garden-expo-display-with-carly-and-leighton" rel="nofollow"&gt;http://www.sunnysideinstantlawn.com.au/news/home-show-and-garden-expo-display-with-carly-a nd-leighton&lt;/a&gt; Any help would be greatly appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a857ac6-ad07-4165-b458-44be1d5253b3] --&gt;</description>
      <pubDate>Mon, 28 Oct 2013 15:22:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2145#comments-12163</guid>
      <dc:date>2013-10-28T15:22:58Z</dc:date>
      <clearspace:dateToText>1 year 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

