Salve,
mi sapete indicare se e come è possibile centrare delle immagini di diversa dimensione, in una finestra predefinita????
Questo è lo scriptin questione: grazie
Codice HTML:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [810, 610], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["Immagini1/100_3325.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["Immagini1/100_3329.jpg", "", "", "Some day I'd like to explore these caves!"],
["Immagini1/100_3330.jpg"],
["Immagini1/100_3344.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
<body><center>
<div id="fadeshow1" style="position: relative; top: 200px" align="center"></div>
</center>