Hello,
It's possible to define custom thumbnail ? If the answer is "no", change getThumb method is the good way ?
like :
`
$custom_th_path = $_SERVER['DOCUMENT_ROOT'] . WEBPATH . "/custom_thumbnails/";
if(file_exists($custom_th_path . $this->album->name . "/" . $this->filename)) {
return WEBPATH . "/custom_thumbnails/" . $this->album->name . "/" . $this->filename;
}
`
thanks !
(french user, sorry for my bad english

)