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',
'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…
Cancel
Save