Yes, you just need to use the &max_thumb_size parameter on your call, and adjust to taste. 130 is the default, so just try a lower number. More info here:
http://wiki.modxcms.com/index.php/MaxiGallery
One thing that you need to know is that if you have already uploaded pictures to your main gallery listing, you can’t just add the parameter, you’ll need to re-add the photos, because that parameter works when you upload the photos, that’s when the thumbnails are created.
Cheers, Dave
[!MaxiGallery? &display=`embedded` &pics_per_row=`3` &max_thumb_size=`500` &max_pic_size=`650` &thumb_use_dropshadow=`1`!]
[!MaxiGallery? &display=`childgalleries`!]
[!MaxiGallery? &display=`childgalleries` &max_thumb_size=`150`!]
I just used the following change in my own CSS and made the thumbnails smaller. Note the width parameter, which you could change to taste:ul.thumbs li img {
border:medium none;
margin:0 !important;
width:90px;
}
Oh, sorry about that. I thought that would work. Then I would guess that the root page just pulls in whatever the other pages made.
I don’t give up easily, though.I just used the following change in my own CSS and made the thumbnails smaller. Note the width parameter, which you could change to taste:
ul.thumbs li img { border:medium none; margin:0 !important; width:90px; }
This CSS can be found in /assets/snippets/maxigallery/css/default.css, and you may need to limit that change to just the root page so it doesn’t mess up the individual galleries. That is too much to really describe quickly, but suffice it to say that you may need to play with the templates a bit.
You may need to adjust your titles a bit with CSS, too. I’ll leave that up to you now that you have the idea.
Cheers, Dave