<![CDATA[ How to show thumbnails in an album list - My Forums]]> https://forums.modx.com/thread/?thread=50576 <![CDATA[Re: How to show thumbnails in an album list]]> https://forums.modx.com/thread/50576/how-to-show-thumbnails-in-an-album-list#dis-post-296130
In the template for the album name, called by default ’galAlbumRowTpl’ I added the following code

<div class="album">

<div class="thumb">
[[#the following line show a thumbnail for the album, ~3 is the id of the page that shows the album]]
<a href="[[~3? &[[+albumRequestVar]]=`[[+id]]`]]">
[[!Gallery? &album=`[[+name]]` &limit=`1` &thumbTpl=`galAlbumThumb` &thumbWidth=`200` ]]
</a>
</div>

<div class="link">
[[#this line shows the album name and links to it]]
<a href="[[~3? &[[+albumRequestVar]]=`[[+id]]`]]">[[+name]]</a>
</div>

</div>]]>
sebasporto Sep 04, 2010, 09:47 PM https://forums.modx.com/thread/50576/how-to-show-thumbnails-in-an-album-list#dis-post-296130
<![CDATA[How to show thumbnails in an album list]]> https://forums.modx.com/thread/50576/how-to-show-thumbnails-in-an-album-list#dis-post-296129 I have a page with a list of albums, but I will like to show a thumbnail next to each album title. How can I grab one of the album images an put it there?

Thanks
Sebastian]]>
sebasporto Sep 03, 2010, 06:21 AM https://forums.modx.com/thread/50576/how-to-show-thumbnails-in-an-album-list#dis-post-296129