I am using getPage to get an overview of pages from which the parent that have a migx image gallery.
In the chunk that contains the overview I have this code:
[[getImageList? &docid=[[+parent]] &limit=1 &randomize=1 &tvname=werkgever_fotogalerij &tpl=gr.vacatureImgOverview]]
The image that I load from the gallery in the chunk gr.vacatureImgOverview is:
The problem is that on the overview page it always loads the same images for every item.
Can you maybe supply the whole code you’re using to output the images?
(For example from what you posted above, it’s unclear where and how pThumb is even used.)
Also, does it work correctly, if you output the images without using pThumb?
If you could edit your post and put all your code in code blocks, that would be helpful (and show all the back-ticks).
For a code block, put lines with three back-ticks at the start and at the end of your code.
```//line with 3 back-ticks at the beginning
//your code here
```//line with 3 back-ticks at the end