From the course: jQuery for Web Designers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Convert to slideshow

Challenge: Convert to slideshow - jQuery Tutorial

From the course: jQuery for Web Designers

Start my 1-month free trial

Challenge: Convert to slideshow

(symbols note) - [Voiceover] In this Challenge, we're going to take some of the, let's call them study skills we've learned for working with jQuery plugins and apply them to a new example. Currently, I have this Colorbox reset to simply open the images and let me page through them. Your assignment for this challenge is to convert this into an autoplaying slideshow, and there will be a few things for you to change. One is the transition between these slides. You'll also need to change this counter. And then there will be a few parameters for the slideshow itself. Everything that you need will be in the Colorbox documentation. So what you'll need to do is look through the available options and find which ones apply to this challenge. Here is the script file you'll be working with. Just note that you have a color box already instantiated here. Basically, all you're going to need to do is change this options object. So here we go, here's the Colorbox challenge. We're going to convert this…

Contents