Just so we are all clear - this and only this is where you should adjust the height and width:
Code:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
The line in green is a comment, instructions. The next two lines each control an instance of the slideshow. If you only have one slideshow on your page, you only need one of these.
Bookmarks