Answer the question
In order to leave comments, you need to log in
Calling phpthumbon twice sometimes results in a 404 error. Why?
Hello.
Here is my code:
$src = $modx->runSnippet('phpthumbon', [
'input' => $src,
'options' => [
'fltr' => ['size|2000|2000|0'],
]
]);
$src = $modx->runSnippet('phpthumbon', [
'input' => $src,
'options' => [
'w' => $w,
'h' => $h,
'zc' => '1'
]
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question