File resolution and size under thumbnail File resolution and size under thumbnail
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

File resolution and size under thumbnail

Started by johanz, September 19, 2008, 10:38:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

johanz

So yeah I want to put, so file size and resolution is shown under thumbnail.
I know it has been answered, but I can't find it.


johanz

Thanks,resolution works, now, how to show image size?

Nibbler

Maybe something like this:

$caption .= '<span class="thumb_caption">' . floor($row['filesize']/1024) . ' KB</span>';

johanz

Since they both contain $caption, won't it break something?

Nibbler

No. It will add to the $caption you already have.

johanz