Make file/thumb dimensons actually work (thanks sti)
This commit is contained in:
parent
861ed07032
commit
31aad827ad
@ -24,10 +24,10 @@ class Api {
|
||||
'trip' => 'trip',
|
||||
'capcode' => 'capcode',
|
||||
'time' => 'time',
|
||||
'thumbx' => 'tn_w',
|
||||
'thumby' => 'tn_h',
|
||||
'filex' => 'w',
|
||||
'filey' => 'h',
|
||||
'thumbheight' => 'tn_w',
|
||||
'thumbwidth' => 'tn_h',
|
||||
'fileheight' => 'w',
|
||||
'filewidth' => 'h',
|
||||
'filesize' => 'fsize',
|
||||
'filename' => 'filename',
|
||||
'omitted' => 'omitted_posts',
|
||||
|
Loading…
Reference in New Issue
Block a user