News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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