Author Topic: Display resolution in details.php  (Read 4229 times)

0 Members and 1 Guest are viewing this topic.

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Display resolution in details.php
« on: June 11, 2007, 03:44:10 PM »
Hello,
I would like to display de resolution of the image in the details page with the keyword, description, etc info. Is that possible? I havent found a mod for that in the forum  :|
Thanks.

Jacob

  • Guest
Re: Display resolution in details.php
« Reply #1 on: June 12, 2007, 05:04:29 AM »
Use this:

Resolution: {width}x{height}

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: Display resolution in details.php
« Reply #2 on: June 12, 2007, 05:25:19 PM »
Thanks for the tip, thats what i was lookin for, but i have installed this mod:
Code: [Select]
http://www.4homepages.de/forum/index.php?topic=3236.0
So the image displayed in details.html is a thumbnail, the real image is in the folder /big/ (with the same filename) , i need to get the resolution of that image.

Offline knsin0

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
Re: Display resolution in details.php
« Reply #3 on: July 06, 2007, 09:35:31 PM »
Some idea?  :|