Recommended slideshow size: 1102 x 350. Go to Appearance > Editor. Select header.php from the right. Find (line 42):
if ( is_singular() &&
Replace with:
if ( is_front_page() ) {
echo "" . do_shortcode("") . ""; // replace 123 with your slideshow ID
} else if ( is_singular() &&
Save.
Posted in: Theme Integration