The width isn't set in the script, it is set in the style section where you have:
Code:
#motioncontainer {
/*margin:0 auto; Uncomment this line if you wish to center the gallery on page */
width: 50%; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}
Try setting that value to 550px:
Code:
#motioncontainer {
/*margin:0 auto; Uncomment this line if you wish to center the gallery on page */
width: 550px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}
There could still be other issues, particularly if you have edited the script in areas below the ////NO NEED TO EDIT BELOW THIS LINE//////////// line.
Bookmarks