Is there any way of setting the code on a page so that I can use it to pull the image source from from a number of surces, standardise the width but still allow the height to be in proportion to the original? eg <img src="thingy" height=200 width=originalwidth/(originalheight/200)> ? Or would I need to write a little php script into the page?
That would definitely have to be a server side script or a javascript application to do something like that.
Karamba! getimagesize() works (message to Owlcroft... just modifying your Freebie to fit my site style, and wanted to shrink the amazon pictures... works a treat )