<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.ssbits.com/home/</link>
		<atom:link href="http://www.ssbits.com/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_2429</link>
			<description>How can i nest a control in my loop:

&lt;% loop Images %&gt;
  			&lt;div class=&quot;GalleryImage&quot;&gt;
				&lt;span&gt;&lt;h3&gt;$ImageTitle&lt;/h3&gt;&lt;/span&gt;
					&lt;a class=&quot;fancybox&quot; data-fancybox-group=&quot;gallery&quot; href=&quot;http://www.ssbits.com/&quot; title=&quot;$ImageTitle  $ImageSubTitle&quot;&gt;
			$CroppedImage({$Top.WidthImage})
					&lt;/a&gt;
		&lt;% end_loop %&gt;

This does't work, I want to have a cropped image and allow the user to control the sizes in the CMS.


$CroppedImage(280,140)
$CroppedImage({$Top.WidthImage})

thanks</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_2429</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_771</link>
			<description>Thanks for this! Very helpful. Remember that if you have an image associated to another object, you'll need to use nested control blocks. For example, my Profile objects each have a ProfileImage.  So For my template, I need to have a nested control for the Profile Image before I can use the GD functions above.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_771</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_656</link>
			<description>Thanks for this, been banging my head against my desk for the last half an hour trying to work out how to create some thumbnails, dread to think how many hours you've just saved me :)  </description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_656</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_59</link>
			<description>don't forget the 'new' for 2.4 SetRatioSize. </description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/snippets/2009/resizing-an-image-in-a-custom-img-tag/#PageComment_59</guid>
		</item>
		

	</channel>
</rss>