Author Topic: How to Increase random Image size?  (Read 6941 times)

0 Members and 1 Guest are viewing this topic.

Offline raghunadhreddys

  • Newbie
  • *
  • Posts: 46
    • View Profile
How to Increase random Image size?
« on: June 26, 2010, 08:35:52 AM »
by default The random image size is our thumbnail size.But i want to increase the random image size up to 300 pixels,but not the thumbnail size.

so please tell me how to increase the random image size only.

Offline tiberiur

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: How to Increase random Image size?
« Reply #1 on: December 04, 2010, 09:09:13 PM »
I need this thing me too!

Here is the solution (my random_image.html):

<a href="{image_url}"> <img src="{media_src}" border="0" alt="{image_name}" style="max-width: 197px; width: expression(this.width > 197 ? 197: true);"></a>
« Last Edit: December 04, 2010, 09:27:24 PM by tiberiur »

Offline uploadeur

  • Newbie
  • *
  • Posts: 47
    • View Profile
Re: How to Increase random Image size?
« Reply #2 on: March 30, 2011, 06:34:35 PM »
I need this thing me too!

Here is the solution (my random_image.html):

<a href="{image_url}"> <img src="{media_src}" border="0" alt="{image_name}" style="max-width: 197px; width: expression(this.width > 197 ? 197: true);"></a>

This code doesnt work proper in IE8

Rembrandt

  • Guest
Re: How to Increase random Image size?
« Reply #3 on: March 30, 2011, 07:26:24 PM »

Offline jimraynor

  • Jr. Member
  • **
  • Posts: 53
    • View Profile