ProSlide
ProSlide jQuery Plugin
You got a lot of pictures and you’re not really know how to display them. There are many jQuery (and other) plugins which handle your pictures and show them properly.
You can use proSlide in a shop to show your products or use it to view your selftaken pictures sequential.
ProSlide is very easy to handle, just create a div and insert the pictures you want to show.







use proSlide
To use proSlide on a div just call the jQuery method proSlide:
$("#myDiv").proSlide();
The following optional parameter could be passed to this method to customize proSlide:
$(”#myDiv”).proSlide({
boxSize: 200, #size of each box
boxBg: “#C5D1D1″, #backgroundcolor of each box
boxPadding: “20″, #space between picture and border
slideSpeed: 2000, #speed of the moving slides
titleStandardText: “” #standard text at the bottom
});
These values will be used if the parameter is not set.
No Comments
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
You must be logged in to post a comment.