Author Topic: reduced image in details html.  (Read 4550 times)

0 Members and 1 Guest are viewing this topic.

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
reduced image in details html.
« on: January 31, 2012, 10:05:14 PM »
 I want to see a reduced image of the picture page of the view instead of the original image. I click on I want to grow. As this site. How can I do?

http://www.celebritywallpapers.com/theavengers04-wallpapers.html

i want reduced image width is: 200

if image pixel is 1000*400,

reduced to 200*80

if image pixel is 400*1000

reduced to: 200*500

i always want to width is: 200.

regards.

Rembrandt

  • Guest

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: reduced image in details html.
« Reply #2 on: February 02, 2012, 08:27:03 PM »
Thank you but i didnt find {width_height} in templates/mytemp/data/jpeg.html

i am using 1.7.6 version.

Rembrandt

  • Guest
Re: reduced image in details html.
« Reply #3 on: February 02, 2012, 08:31:09 PM »
Thank you but i didnt find {width_height} in templates/mytemp/data/jpeg.html
...
yourTemplate/media/jpg.html

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: reduced image in details html.
« Reply #4 on: February 02, 2012, 08:54:50 PM »
<img src="{media_src}" border="1" alt="{image_name}" style="border: 1px solid #c6c6c6">

/public_html/templates/redtheme/media

Rembrandt

  • Guest
Re: reduced image in details html.
« Reply #5 on: February 02, 2012, 09:10:05 PM »
Code: [Select]
<img src="{media_src}" border="1" alt="{image_name}" style="border: 1px solid #c6c6c6;width:{width};height:{height}">

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: reduced image in details html.
« Reply #6 on: February 02, 2012, 10:46:11 PM »
i did it but image pixel was not decreased. image pixel was increased.

for example my image 400*800 and my maxwidth=100

maxwidth=100
imageprop=4/100=0.25
imagevsize=800*0.25=200
width=100"px"

i dont understand this reason of this mod :s

how can i write "px" sections