We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 11449
    • 28 Posts
    Hi everyone

    So I’m trying to set up a nice gallery system for my client. I installed the Gallery MODx package and was working on integrating it with the jquery "GalleryView". My problem is that all I need Gallery to do is output an unordered list with each image in it, much like the "GalleryAlbums" snippet. The problem is that GalleryAlbums always outputs thumbnails. "GalleryItem" on the other hand outputs images at full size but will only output one image. Is there any way to have Gallery output all images from any of its galleries using a template for each instance?

    Sorry if this is confusing, thats the problem with calling a package "Gallery" and its snippets "Gallery" "GalleryAlbums" and "GalleryItem" all of which pull images from galleries created in the system.
      • 36722
      • 101 Posts
      you can set the thumbnails to be larger images with the width and height parameters.
        Shawn Himmelberger
        Himmelberger Design
        https://himmdesign.com/services/website-development/modx"" target="_blank" rel="nofollow"> MODx Web Design | https://himmdesign.com/services/website-development/modx"" target="_blank" rel="nofollow"> MODx Web Development
        • 34120
        • 236 Posts
        You can use the gallery snippet but in the thumbTpl use the image placeholder instead of the thumbnail placeholder. If your images are already the correct size you could also use the image_absolute holder.

        thumbTp:
        <img src="[[+image]]"/>