What you want can't be easily handled by a script that uses arrays of images (the script on DD). You're better off with a script that uses divs having backgrounds, like the one on this page. You can put the page in an iframe having certain dimensions and put it on another page, something like this:
Code:
<body>
<br>
<h2 style="text-align: center">THIS IS A SLIDESHOW</h2>
<iframe class="iframe_slideshow" src="http://mesdomaines.nu/eendracht/slideshow_responsive11/slideshow.html" style="position: relative; width: 500px; max-width: 100%; height: 350px; display: block; margin: auto; border: 1px solid silver">
</iframe>
</body>
Bookmarks