Default for thumbnails was very low. Causing bad quality with Mantano.
This commit is contained in:
parent
917d363370
commit
481d47027c
|
@ -57,7 +57,7 @@
|
|||
/*
|
||||
* Height of thumbnail image for OPDS
|
||||
*/
|
||||
$config['cops_opds_thumbnail_height'] = "40";
|
||||
$config['cops_opds_thumbnail_height'] = "70";
|
||||
|
||||
/*
|
||||
* Height of thumbnail image for HTML
|
||||
|
|
Loading…
Reference in a new issue