Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/busypeoples/sliding-boxes


https://github.com/busypeoples/sliding-boxes

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

Sliding Boxes
================================
v.1.0.0

For more info contact [email protected]

In its very basic form, this plugin should help create a video rotation.
Similair to the gallery rotation approaches out there.
So how do you get started?
Very simple:




















http://www.youtube.com/watch?v=P9spezXhJuU

http://www.youtube.com/watch?v=4XWtiaEBFUM

http://www.youtube.com/watch?v=GeTkXXSC0kQ&feature=related

http://www.youtube.com/watch?v=Dpo8sRF_ciw&feature=related

http://www.youtube.com/watch?v=q-GQf2vmB90&feature=related

http://www.youtube.com/watch?v=eHUsXVTw-hk&feature=related

http://www.youtube.com/watch?v=KiR-mCIAUXY&feature=related

http://www.youtube.com/watch?v=UR5ybcorq4I&feature=related

http://www.youtube.com/watch?v=4LFwSr64oCQ?sdsa













add the this at the end of your html code. But add it before the ending body tag!

example:
```
jQuery(document).ready(function() {
jQuery("#videoSection")
.slidingBoxes({'type' : 'videos', 'color' : '#fff', 'bgColor' : '#444' ,
'textInput': '', 'content_height' : '500', 'content_width' : '600',
'showbox_bg' : '#666'
});
});
```