Recommended slideshow size:
Width: 1102
Height: 350
Steps:
Go to Appearance -> Editor. Select header.php from the right.
Find (line 42):
if ( is_singular() &&
Replace with:
if ( is_front_page() ) { echo "<div style='clear: both;'>" . do_shortcode("") . "</div>"; // replace 1 with your slideshow ID } else if ( is_singular() &&
Save.