Hello, The code below is an extract of a piece of Java script that I dowloaded for a slideshow. The portion that is responsible for the position of the image is below. This places the image in its full size at the location of the script.
<a href="javascript:warp()"><img src="plane0.gif" name="targetimage" border=0></a>
How can I adjust the code such that the image occupies a specific width and height irrespective of the original image's size.
Thank you
<a href="javascript:warp()"><img src="plane0.gif" name="targetimage" border=0></a>
How can I adjust the code such that the image occupies a specific width and height irrespective of the original image's size.
Thank you
Comment