Is there a simple way to select multiple images and put them into a list with a link to a content page? I basically want to make a grid of images for a secondary navigation. I can't seem to find a gallery package that does this and I'm not sure how to select multiple images and then work with them in XSLT...
You can have an image property in each content page and then loop through the content page and render the image and the link.
Otherwise, you can create a custom media type similar to the file media type, but with one more property ... a content picker. Create a media folder and then put all the images in this folder. In your XSLT loop through all the images in the media folder.
Hmmm... I'm wondering if I should just use a Rich Text Editor and pop them in there, there are only 4 or 6 images for each one. Seems like the media folder concept would be perfect for a gallery but maybe overkill for this application...
Putting Images in a list
Is there a simple way to select multiple images and put them into a list with a link to a content page? I basically want to make a grid of images for a secondary navigation. I can't seem to find a gallery package that does this and I'm not sure how to select multiple images and then work with them in XSLT...
Hi Amir,
You can have an image property in each content page and then loop through the content page and render the image and the link.
Otherwise, you can create a custom media type similar to the file media type, but with one more property ... a content picker. Create a media folder and then put all the images in this folder. In your XSLT loop through all the images in the media folder.
Hmmm... I'm wondering if I should just use a Rich Text Editor and pop them in there, there are only 4 or 6 images for each one. Seems like the media folder concept would be perfect for a gallery but maybe overkill for this application...
is working on a reply...