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

A bit of old school HTML. <img src="index.jpg" width="800" height="*"> The asterisk keeps it proportional, no matter the original size. Asterisks also work with table dimensions.
  • Comment on Re^3: HTML image resizing with Image::Info based on max height/width
  • Download Code