Horizontal scrollable playlist (iPad compatible) JavaScript Plugins - Demo 7 / 13
Introduction
Here is a horizontal setup for our HTML playlist. Again scrolling is implemented using jquery.scrollable and the playlist plugin is used. This kinds of setups are often seen on the web. Should you use one too?
The background gradient and the playlist entries are normal PNG images that you can easily change. You can also include images as playlist entries. You can use this setup to show video suggestions (proposals, related videos) - to present recommended videos after the featured video ends. It's easy to toggle visibility of this playlist by calling $("#playlist_wrap").slideToggle(). Try it with the following button!
Show this example as a standalone version. See it's commented source code to see how things are laid out.