The way you have it there I'm assuming you could also do without the close and restore images showing up. I hope so because figuring out what to do with them would be a pain. I've disabled them by setting their width and height to 0.
Working from your already modified version I added in code to get the description centered and of the same size as the image (right click and 'save as'):
Attachment 3967
Use it in place of the current fadeslideshow.js file.
Added Later:
For an interesting variation where the description follows the image vertically as well, try:
Attachment 3968
Also, with either of these, you may want to increase the height dimension by 10:
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "slideshow",
dimensions: [450, 510],
imagearray: [["../images/Konings-Meeuwissen_NEC_YvonneVeens.jpg","","","Konings-Meeuwissen.nl"], ["../images/Yvonneveens-Konings-meeuwissen.jpg","","","Konings-Meeuwissen.nl"], ["../images/YvonneVeens_konings-meeuwissen.jpg","","","Konings-Meeuwissen.nl"]
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false,
fadeduration: 500,
descreveal: "always",
togglerid: "slideshowtoggler"
})
</script>
Bookmarks