No plugin need, just add width:1004px; and i just found it! this is my site that come with build in featured slide. to change it go to style.css or css in your theme:
under
/* ={ FEATURED SLIDER – LARGE} */
find
#featured_a_posts .item .featured_media {border:1px solid #aaa;display:block;}
change to
#featured_a_posts .item .featured_media {width:1004px; border:1px solid #aaa;display:block;}
Note: width:1004px for my site.
thanks