Where can I make adjustment to rotator?
Design and Skin Customization
The default rotator script for uploaded images guesses that your images are in 4:3 format.
In this location your ones aren't. so to get them looking like you want, do this:
* In your ACP go to:
ACP -> FORMS -> EDITOR IMAGE UPLOAD -> TEMPLATES -> widget_upimg_display.tpl -> MODIFY
* Change this line:
$("#s{$unique_id}").height((fh / 3) * 2);to
$("#s{$unique_id}").height((fh / 16) * 7);* Click SAVE CHANGES
* Click CANCEL (or TEMPLATES)
* Check the checkbox in the 'active' column
* Click SAVE CHANGES
Now you are over-riding the default template with your new custom one that defaults the rotator to about a 16:9 ratio which better suits your image size.