
0
Completed
Thumbnails format
Is it possible to have pdf thumbnails (Imagemagick) the format of a vertical rectangle insteed of a square?
Answer

Answer
Completed
See http://docs.filerun.com/custom_css
and use something like this:
.tmbItem .tmbInner {background-size: contain;}

In the doc it's say ...
Simply add the following line inside the configuration file (customizables/config.php):
But this config file doesn't exist
Is it possible to know where CSS for thumbnails are?
When I desactive the folder CSS, there's no change on thumbnails

You can simply create the file "customizables/config.php". Making changes to other files is really not recommended, as the changes will be lost during updating.
Customer support service by UserEcho
See http://docs.filerun.com/custom_css
and use something like this:
.tmbItem .tmbInner {background-size: contain;}