Browse Source

Make file/thumb dimensons actually work (thanks sti)

pull/40/head
ctrlcctrlv 11 years ago
committed by Michael Foster
parent
commit
ddd34347f8
  1. 8
      inc/api.php

8
inc/api.php

@ -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…
Cancel
Save