3212 Posts in 847 Topics by 809 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 198 Views |
-
Nested Image Controls

26 February 2013 at 11:42pm Last edited: 26 February 2013 11:43pm
How can i nest a control in my loop:
<% loop Images %>
<div class="GalleryImage">
<span><h3>$ImageTitle</h3></span>
<a class="fancybox" data-fancybox-group="gallery" href="$Filename" title="$ImageTitle $ImageSubTitle">
$CroppedImage({$Top.WidthImage})
</a>
<% end_loop %>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
| 198 Views | ||
|
Page:
1
|
Go to Top |

