aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/web-thumbnailer.json
Commit message (Collapse)AuthorAgeFilesLines
* Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-2/+2
| | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config
* Take code review into accountArthurHoaro2018-07-051-0/+1
| | | | Upgrade web-thumbnailer and display thumbs right after download
* Update thumbnail integration after rebasing the branchArthurHoaro2018-07-051-1/+4
|
* Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-051-0/+9
* requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes #345 #425 #487 #543 #588 #590