Mugshot

Hey I'm Lee. My blog was put up to house useful nuggets I could refer back to, document my learning curves on new technologies and house tutorials I write for Umbraco and other .NET stuff.

All thoughts and comments on here are my own, and in no way reflect my employer - I also take no responsibility for spelling, grammar or terminology, so read at your own risk!

Blogs I Read

Sites I Like

Simple Loop Images In Media Folder

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]

loop-media-images 

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.

Back to top