XDLU
1
Hi everyone,
I’m getting desperate with the problem that the cover images as well as the preview images in the panel can’t be loaded.
I just downloaded the latest demo kit (GitHub - getkirby/demokit: A demo setup for trykirby.com) and tested it, not that it’s related to my customizations… but it’s the same in the demo kit.
See screenshots below.
Can anyone help me here?
Thanks in advance, greetings Luke
Got to: site/config/config.php
and change the image driver from im to gd
In my case, that was the solution.
'thumbs' => [
'driver' => 'gd',
],
XDLU
3
Hi GB_DESIGN,
thanks for the quick feedback and the tip with the image driver.
After switching to “gd” it now seems to work for me too.
Thanks, greetings Luke