Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
slides.update();2
<script language="javascript" type="text/javascript" src="js/scripts.js">
[...]
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript" src="/js/scripts.js">
//--------------------------------------------------
this.play = function(timeout)
//--------------------------------------------------
//--------------------------------------------------
this.play = function(timeout) {
// This method implements the automatically running slideshow.
// If you specify the "timeout" argument, then a new default
// timeout will be set for the slideshow.
// Make sure we're not already playing
this.pause();
// If the timeout argument was specified (optional)
// then make it the new default
if (timeout) {
this.timeout = timeout;
}
// If the current slide has a custom timeout, use it;
// otherwise use the default timeout
if (typeof this.slides[ this.current ].timeout != 'undefined') {
timeout = this.slides[ this.current ].timeout;
} else {
timeout = this.timeout;
}
// After the timeout, call this.loop()
this.timeoutid = setTimeout( this.name + ".loop()", timeout);
}
//--------------------------------------------------
//--------------------------------------------------
this.play = function(timeout) { }
//--------------------------------------------------
Posted By: rtfhsdnow is there any way to keep the slideshow from resizing depending on whether or not a photo is landscape or portrait? should i open another discussion??So you want the height to remain constant? You should be able to fix the CSS height for '#picture-holder' to the max thumbnail size and it should fix it for you (there will just be more space below a landscape picture).
1 to 10 of 10