Horizontal Scrollable Playlists
Horizontal scrolling is implemented using the playlist plugin as well. Horizontal playlists are very common across the web and this demo shows how to make one for your website.
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 above button!