brazza
03-12-2008, 07:25 PM
Drop-in Slideshow Script
http://www.dynamicdrive.com/dynamicindex14/dropitslide.htm
Hello,
Drop-in Slideshow Script is very good script.
The function
dropinslideshow.prototype.createcontainer=function(w, h){
document.write()...
}
fixes two canvas to post the images. It is perfect when you have images of same fixed dimensions (eg. 80 X 120). I have pictures which have several dimensions.
My question is How to modify script so that the canavas take the same length as the image running of the current slide.
http://www.dynamicdrive.com/dynamicindex14/dropitslide.htm
Hello,
Drop-in Slideshow Script is very good script.
The function
dropinslideshow.prototype.createcontainer=function(w, h){
document.write()...
}
fixes two canvas to post the images. It is perfect when you have images of same fixed dimensions (eg. 80 X 120). I have pictures which have several dimensions.
My question is How to modify script so that the canavas take the same length as the image running of the current slide.