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',
|
'trip' => 'trip',
|
||||||
'capcode' => 'capcode',
|
'capcode' => 'capcode',
|
||||||
'time' => 'time',
|
'time' => 'time',
|
||||||
'thumbx' => 'tn_w',
|
'thumbheight' => 'tn_w',
|
||||||
'thumby' => 'tn_h',
|
'thumbwidth' => 'tn_h',
|
||||||
'filex' => 'w',
|
'fileheight' => 'w',
|
||||||
'filey' => 'h',
|
'filewidth' => 'h',
|
||||||
'filesize' => 'fsize',
|
'filesize' => 'fsize',
|
||||||
'filename' => 'filename',
|
'filename' => 'filename',
|
||||||
'omitted' => 'omitted_posts',
|
'omitted' => 'omitted_posts',
|
||||||
|
Loading…
Reference in New Issue
Block a user