Quote Originally Posted by clydejones View Post
The sidebox uses the small image size you have set in

admin -> configuration -> images

If the default size is too small, this is where you would make the changes.

You can make changes in the scroll speed by:

open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_featured.php

find the following line of code and change the highlighted portion


$content .= '<div class="scroller_container"><div class="jscroller2_up jscroller2_speed-20 jscroller2_mousemove">' . $fp .'</div></div>';
Thank you Clyde