EditMe released a new module today that displays a gallery of thumbnails for all the images attached to an EditMe page. If you frequently attach images to your pages, this is a great way to make them accessible quickly. Clicking the thumbnails provides a larger view with navigation and slide show capabilities.
Here's what it looks like:
Go to Settings -> Site Management -> Modules. Click "Photo Gallery Module 1.0" and then click the Install button.
Using it is simple: just enter the following into the page content of any page with one or more images attached: [[include:PhotoGallery]] You can also specify a different page name to show images attached to another page. For example: [[include:PhotoGallery page=SomeOtherPage]] By default, the thumbnails will wrap to display however many will fit across. If you want to control the number of thumbnails displayed on each row, include a width parameter. This will show 3 thumbnails on each row: [[include:PhotoGallery width=3]] Finally, you can control the size of the thumbnails using the size parameter. By default, thumbnails are sized to fit into a 100px by 100px square. For example, you can specify 250px by 250px thumbnails like this: [[include:PhotoGallery size=250]]Usage