in reply to Re^2: HTML image resizing with Image::Info based on max height/width
in thread HTML image resizing with Image::Info based on max height/width

It should also be noted that the following is very useful, dynamic resizing based on the window and element sizes:
<img src="index.jpg" width="90%" height="*">
  • Comment on Re^3: HTML image resizing with Image::Info based on max height/width
  • Download Code