timofo
timofo
Same problem here. Two different installations with TYPO3 8.7.20 and vhs 5.0.1. Same image. Same code. installation 1: `` installation 2: `` It works on an other installation too. The...
I think i found the solution on the 1und1 server. I had to set `putenv("MAGICK_THREAD_LIMIT=1");` Now the srcset sizes are correct.
only if src is an object. with uid as src its working
It seems that the TypoScript is not included. But i can't find my issue. The ImageRenderingController is never called.
Ok. I got it working. I had to change in setup.typoscript ``` - lib.parseFunc_RTE { + lib.parseFunc { ``` (Is this working for you with _RTE ???) Then the attributes...
It now works with one exception. Still had to do this. ``` - lib.parseFunc_RTE { + lib.parseFunc { ``` TYPO3 12+13. I don't know why.