My husband has a blogger powered, responsive photography site with a static image background with the site's title and a more button on it. He would like to replace the image with a simple auto-playing slideshow of max. 10 images. No need for crossfade, control buttons or anything, just 10 images changing automatically. The code looks like this now:
<div class='pointnbt-1'/>
<div class='home-intronbt' style='background-image: url( )'>
<div class='home-intro-insidenbt'>
<h1 class='light-textnbt'>SITE TITLE</h1>
<a class='scroll-downnbt dark-textnbt' style='background-color: #ffffff'>MORE</a>
</div>
</div>
<div class='spacenbt'/>
Could somebody give me suggestions about turning the image to a slideshow?