having no answer I will try to explain more clearly what I need for my portfolio website project.
My goal is to create a online portfolio with all my different works. On each works, I have a list of images :
- Portfolio
-- Works 1 > Image 1, Image 2, Image 3, etc
-- Works 2 > Image 1, Image 2, Image 3, etc
-- Works 3 > Image 1, Image 2, Image 3, etc
Then in the homepage, I need to display the list of different works with the first image of each works (see the first image uplaoded).
Clicking on one of the work, I need to display all the images more or less like a blog.
How can I do this ?
I was thinking to create a TV for thumbnail and another for the big images. But it would be nice if the website can automatically resize the images.
Should I install a kind of GD2 library ? Is that easy ?
Should I use the Gallery snippet ? Then someone can please explain how to code it ! The documentation is really not helpful :-(
Hi this works to pull in the first image:
https://forums.modx.com/thread/98144/snippet-not-working-right-all-the-time#dis-post-530695
but I'm also replying to this post to try get some help to complete the snippet, as it could be really useful but seems to have a bug which means that gallery items with an ID over 100 won't show as the first image of an album... I hope someone can help with a fix.