Panel > some image thumbnails missing

hi,

some of my images does not show a thumbnail on the edit files screen. why? is there a way to debug this?

S.

@Svnt If the images are more than 2000px wide, they won’t show in the Panel. Kirby will handle them fine in templates and processing though. See this thread.

I think that happens if the file dimensions are > 2000px? If you switch your thumbs driver to ImageMagick, you can overcome that limitation http://getkirby.com/docs/cheatsheet/options/thumbs-driver

ok, thanks for the advice, guys!