MIGX randomize not working with pthumb

Hi,

First of all it also does not work without pthumb.

This is the code that I use in the overview page:

[[!getPage@Bikeshift?
&elementClass=modSnippet
&element=getResources
&pageVarKey=page
&parents=2
&where={"template:=":3}
&includeContent=1
&includeTVs=1
&processTVs=1
&showHidden=1
&tvFilters=vacature_plaats==%[[!#GET.city]]%,werkgever_naam==%[[!#GET.employer]]%,vacature_dienstverband==%[[!#GET.employment]]%,vacature_functie==%[[!#GET.functie]]%
&tvPrefix=``
&tpl=gr.vacatures2024
&sortby=RAND()
&depth=3
&limit=20
&totalVar=resultaten ]]

[[!If?
&subject=[[+resultaten]]
&operator=greaterthan
&operand=0
&then=[[+vacanciesResults]]
&else=<div class="col-12 pt-2 [[*werkgever_video:notempty=pb-5]]">[[$[[++oops_no_results_chunk]]]]</div>
]]

In the tpl (gr.vacatures2023) I call the random image like this:

[[getImageList? &docid=[[+parent]] &limit=1 &randomize=1 &tvname=werkgever_fotogalerij &tpl=gr.vacatureImgOverview]]

The tpl gr.vacatureImgOverview contains this code (I have added a space before img because otherwise it is not displayed well in this editor):

< img class=“w-100 h-auto” src=“[[!pthumb? &input=[[+werkgever_fotogalerij_afbeelding]] &options=w=696&h=460&aoe=1&zc=1]]” alt=“[[+pagetitle:htmlent]]”>