Backload thumbnails generation

292 Views Asked by At

I use Backload as backend for plupload. Is there any way to disable automatic thumbnails generation in backload? I didn't find a notice about that.

2

There are 2 best solutions below

0
On BEST ANSWER

I found the solution in official documentation. Maybe it would be useful to someone. Set the path attribute of the thumbnails configuration element to an empty string: <thumbnails path="" ... />

0
On

Setting path to empty string is not sufficient for backload version 2.2.2. Instead <thumbnails ... > has a store attribute. So you need to put this into configuration: <thumbnails store="false" />