<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Larger image in the Detail Page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Larger-image-in-the-Detail-Page-69010</link>
        <description></description>
        <pubDate>Mon, 20 Apr 2026 05:26:09 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Larger-image-in-the-Detail-Page-69010" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [chassa2556] Larger image in the Detail Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192304#post2192304</link>
          <description><![CDATA[Hi Charles,<br /><br />If you know you're only going to have images in your upload field then instead of using this:<br /><br />&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />Just use this:<br /><br />&lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />The code generator automatically creates those tags for you.  One displays the large image and one display the thumbnail.<br /><br />Hope that helps!<br />]]></description>
          <pubDate>Wed, 02 Jul 2008 23:34:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192304#post2192304</guid>
        </item>
                <item>
          <title>Larger image in the Detail Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192298#post2192298</link>
          <description><![CDATA[Could you tell me how do I make an image larger in the detail page to the image in the listing page. Sorry to be dim but I'm trying to make a rudimentary framework here. &amp;#10;&amp;#10;So I want to click from the listings viewer where there is a smaller image to the details page where I would like a bigger scale of the same image.<br />]]></description>
          <pubDate>Wed, 02 Jul 2008 17:46:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192298#post2192298</guid>
        </item>
              </channel>
    </rss>
  