I found a solution to this myself. It is not the perfect fix but it works. You can read about it here.
Hello,
There is a shorter and easier way to insert it in the loop of your theme…
<?php
$showgallery = ‘[slideshow=1]’;
$showgallery = apply_filters(‘the_content’, $showgallery );
echo $showgallery;
?>
You have to set in NGG/Options/Slideshow/ The size of the pic’s in your theme…then adjust the ones in the post or pages to desired size, and of course, the number of your real gallery number where it says [slideshow=X]
I am looking how to make the slideshow, show as background in the header…and that is only in the CSS…Do you know how?