jundo12
06-05-2015, 07:31 PM
1) Script Title: Ultimate Fade-in slideshow (v2.6)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: It continuously cycles. I'd like it to play thru once then send user to a destination url like the wipes document script did. is that possible?
p.s. is there a way to make it responsive in a fluid website? i have the styling for images to display at 100% of their width (fluid) but without being able to define the images in the slideshow as percentages, they display too large in mobile devices
<style>
img {max-width:100%;
height: auto;
}
@media \0screen {
img {
width: auto; /* for ie 8 */
}
}</style>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: It continuously cycles. I'd like it to play thru once then send user to a destination url like the wipes document script did. is that possible?
p.s. is there a way to make it responsive in a fluid website? i have the styling for images to display at 100% of their width (fluid) but without being able to define the images in the slideshow as percentages, they display too large in mobile devices
<style>
img {max-width:100%;
height: auto;
}
@media \0screen {
img {
width: auto; /* for ie 8 */
}
}</style>