mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
modified thumbnail url pattern to make it shorter, and save some bandwidth when displaying very long file lists (and it also looks prettier :D)
git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@37 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
@@ -52,6 +52,11 @@ $config = array(
|
||||
'thumbnails' => true,
|
||||
'thumb_pattern' => '/jpg|jpeg|jpe|png$/i',
|
||||
|
||||
# thumbnail request url
|
||||
'thumb_url' => '%width%x%height%%url%',
|
||||
// 'thumb_url' => 'thumb.php?src=%url%&w=%width%&h=%height%',
|
||||
|
||||
|
||||
# Smart Date shows relative time stamps ("Yesterday, 09:34") when applicable
|
||||
'smartdate' => true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user