This simple package creates a macro which allows you to loop through all Images in a media folder. You just pass in a media node ID and it finds all ‘Images’ and outputs them in an unordered list. You also have the option of adding a class or ID to the <UL> so you can easily use it with the JQuery plugins like JCarousel etc… [more]
Options:
- MediaFolderID – The ID of the meda folder to find the images
- ListClass – Optional class to add to the list
- ListID – Optional ID to add to the list
Download Here
Project On Umbraco: http://our.umbraco.org/projects/loop-images-in-media-folder
Its packaged with FULL source code and not compiled so you can see what’s going on and edit what you need.