Author Topic: other image thumbnails in details page...  (Read 5401 times)

0 Members and 1 Guest are viewing this topic.

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
other image thumbnails in details page...
« on: January 13, 2012, 07:22:48 PM »
When I want to see thumbnails image of same categories in the details.html.

How can i do this?


Rembrandt

  • Guest

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: other image thumbnails in details page...
« Reply #2 on: January 30, 2012, 11:04:42 PM »
thanks

when i put the thumbnails on the page they get smaller but doesnt keep to aspect ratio. for example i want it to keep bigger size for the aspect ratio.

which commands should i add to this section

$thumb_width = $thumb_width."120";
$thumb_height = $thumb_height."90";

Rembrandt

  • Guest

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: other image thumbnails in details page...
« Reply #4 on: January 31, 2012, 01:03:33 PM »
it doesnt work. i explain few examples.

for example original image pixel1 is: 1500-700. This image thumbnails show 150*70.
for example original image size pixel2 is: 700-1500 this image thumbnail pixel is 70*150
original image size 1500*1500. this image thumbnail pixel is 150*150
if original image size 450*450. this image thumbnail pixel is 150*150.

and 7 pictures was shown details page.

apologise for my english.