<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Image having multiple thumbnails of different sizes</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Image-having-multiple-thumbnails-of-different-sizes-72914</link>
        <description></description>
        <pubDate>Mon, 15 Jun 2026 20:19:07 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Image-having-multiple-thumbnails-of-different-sizes-72914" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Kittybiccy] Image having multiple thumbnails of different sizes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213072#post2213072</link>
          <description><![CDATA[Hi Hannah,<br /><br />Yes, in CMS Builder you can have up to 4 different thumbnails for an uploaded image.<br /><br />If you go into your section editor and click &quot;modify&quot; on your upload field, under the &quot;Input Validation&quot; section, you'll see 4 checkboxes to &quot;Create Thumbnail&quot;.  Check the boxes for the number of thumbnails you want to create and input the height and width you want for each one.  If you already have images uploaded to that field you can click the &quot;recreate&quot; link to create those thumbnails.<br /><br />Finally, when you are outputting your images you can use the thumbnail number to get the different sizes.  For example, the first thumbnail would look like this:<br /><br /><code>&lt;img src = &quot;&lt;?php echo $image['thumbUrlPath']&quot; height = &quot;&lt;?php echo $image['thumbHeight'];?&gt;&quot; width = &quot;&lt;?php echo $image['thumbWidth'];?&gt;&quot; /&gt;</code><br /><br />The second thumbnail would look like this:<br /><br /><code>&lt;img src = &quot;&lt;?php echo $image['thumbUrlPath2']&quot; height = &quot;&lt;?php echo $image['thumbHeight2'];?&gt;&quot; width = &quot;&lt;?php echo $image['thumbWidth2'];?&gt;&quot; /&gt;</code><br /><br />and so on up to 4.<br /><br />Hope this helps get you started.<br />]]></description>
          <pubDate>Thu, 08 Sep 2011 12:03:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213072#post2213072</guid>
        </item>
                <item>
          <title>Image having multiple thumbnails of different sizes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213064#post2213064</link>
          <description><![CDATA[Hi guys,<br /><br />Is there a way I can allow one image upload to have multiple thumbnails so that I can use one thumbnail of size 'x' on the List page and one thumbnail of size 'y' on the detail page with the full sized image? <br /><br />Basically I want the end user to only have to upload an image once and it then appear in three different places at the necessary size.<br /><br />Thanks in advance! <br />Hannah<br />]]></description>
          <pubDate>Thu, 08 Sep 2011 08:44:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213064#post2213064</guid>
        </item>
              </channel>
    </rss>
  