Javascript Sizing Image Help

Hey there, I am currently working on a free "pic of the day" script
via http://ift.tt/1W7vhPG

Now my problem is, how to I size the images to fit my site?
Is it done from the following coding (javascript)
<script type="text/javascript"><!--
var imlocation = "Global-Training-images/";
function ImageArray (n) {
   this.length = n;
   for (var i =1; i <= n; i++) {
     this[i] = ' '
   }
}
function linkArray (n) {
   this.length = n;...
Code (markup):
Javascript Sizing Image Help

from HTML & Website Design http://ift.tt/1Uhhv8z
via IFTTT
Previous
Next Post »
Thanks for your comment