<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Resizing Thumbnail Images in a ASP file...</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Resizing Thumbnail Images in a ASP file...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 15:42:54 +0000</pubDate>
  <lastBuildDate>Thu, 23 Apr 2009 05:53:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=2646</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Resizing Thumbnail Images in a ASP file... : I&amp;#039;m not sure if there is...]]></title>
   <link>https://forum.productcart.com/resizing-thumbnail-images-in-a-asp-file_topic2646_post9709.html#9709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=190">intour</a><br /><strong>Subject:</strong> 2646<br /><strong>Posted:</strong> 23-April-2009 at 5:53am<br /><br />I'm not sure if there is a global way to do this.<DIV>&nbsp;</DIV><DIV>Productcart holds the thumbnail image in the pc/catalog folder along with other images. It holds a reference to this image in the database and this image appears on the page when the call is made for example on the viewcategories.asp page.</DIV><DIV>&nbsp;</DIV><DIV>When the product is created the thumbnail image size is determined by either the image you upload directly or by what you specify in the upload/resize image option.</DIV><DIV>&nbsp;</DIV><DIV>I guess you could add code to display this image at a % of its original size but then it may be simpler to just replace the image. The most practical method will&nbsp;depend on how many you have.</DIV><DIV>&nbsp;</DIV><DIV>Nigel</DIV>]]>
   </description>
   <pubDate>Thu, 23 Apr 2009 05:53:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/resizing-thumbnail-images-in-a-asp-file_topic2646_post9709.html#9709</guid>
  </item> 
  <item>
   <title><![CDATA[Resizing Thumbnail Images in a ASP file... : Are you talking about the image1...]]></title>
   <link>https://forum.productcart.com/resizing-thumbnail-images-in-a-asp-file_topic2646_post9706.html#9706</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=723">njessen42</a><br /><strong>Subject:</strong> 2646<br /><strong>Posted:</strong> 22-April-2009 at 4:42pm<br /><br />Are you talking about the image1 files that are shown for the search results pages? I had a problem where the images were sizing weird for image1. So I removed the height and width for product image on both of these and it worked great, now it just comes in as the actual size of the picture.&nbsp; I bet you can change this from auto to what ever size you want and it will shrink it for those images. Of course this is only if your products are shown in a list. This was in the pcStorefront.css file.<br><br>&nbsp;&nbsp;&nbsp; /* pcShowProductsL handles the table that shows product info<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; when products are displayed in a list */<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductsL {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; width: 100%;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductsLheader {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; background-color:#ece5b6;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductsLCell {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vertical-align: top;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductImageL {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <b>height: auto;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; width: auto;</b><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding: 5px 5px 0 5px;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; /* pcShowProductsM handles the table that shows product info<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; when products are displayed in a list with the quantity field */<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductsMheader {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; background-color:#f2e9c3;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductsM {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; width: 100%;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vertical-align: top;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .pcShowProductImageM {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <b>height: auto;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; width: auto;</b><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; text-align: left;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding: 0 5px 0 5px;<br>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 16:42:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/resizing-thumbnail-images-in-a-asp-file_topic2646_post9706.html#9706</guid>
  </item> 
  <item>
   <title><![CDATA[Resizing Thumbnail Images in a ASP file... : I came across a ProductCart ASP...]]></title>
   <link>https://forum.productcart.com/resizing-thumbnail-images-in-a-asp-file_topic2646_post9597.html#9597</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1220">BlackReefDesigns</a><br /><strong>Subject:</strong> 2646<br /><strong>Posted:</strong> 14-April-2009 at 4:58pm<br /><br />I came across a ProductCart ASP file awhile back that contained the image size for thumbnails, and I was wondering which file it was?<br><br>We need to make all of our thumbnail images a bit smaller storewide.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 14 Apr 2009 16:58:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/resizing-thumbnail-images-in-a-asp-file_topic2646_post9597.html#9597</guid>
  </item> 
 </channel>
</rss>