Crop your 2.jpg image. It has a huge white space in it to the right and bottom.
Additionally, since you are not using image buttons, set this to false:
Code:
var preload_ctrl_images=true;
And if you set the dimensions of the show to the widest width and the tallest height, smaller images will be centered, ex:
Code:
<script type="text/javascript">
//Notes on Parameters: The only required parameter is the slides_array_name. If Width is used, so must Height.
//Interval is optional too. It is always last, either fourth after Width and Height or second after Slides_array_name.
//Usage: new inter_slide(Slides_array_name, Width, Height, Interval)
new inter_slide(slides, 640, 480)
</script>
Bookmarks