Orbit

  • Upload
    lion78

  • View
    2

  • Download
    1

Embed Size (px)

DESCRIPTION

Java

Citation preview

Now we can quickly hookup the CSS we need:

And finally, let's dig into the markup.

Now, just a couple notes before moving on... First, Orbit will dynamically determine the height and width of your set of images and scale accordingly, but make sure all your images are the same size or the larger images will peek out on the sides. Secondly, you'll notice that the "id" of the parent div is "featured", but it doesn't have to be. When you call the Orbit plugin, you set your own selector and the magical "orbit" class gets applied.All we need to do now is activate the Orbit plugin.

$(window).load(function() { $('#featured').orbit(); });