$(function(){
$("#slides").slidesjs({
width: 700,
height: 393
});
});
SlidesJS is a responsive slideshow plug-in for jQuery (1.7.1+) with features like touch and CSS3 transitions. Give it a try above and check out the examples to help you get started adding SlidesJS to your project.
Create dynamic slideshows that adapt to any screen.
Animations that run smoothly on modern devices.
Swipe support that tracks touch movements on supported devices.
Get going fast with the easy-to-use examples.
Want to contribute to SlidesJS? Check it out at GitHub.
<!doctype html>
<head>
<style>
/* Prevents slides from flashing */
#slides {
display:none;
}
</style>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="jquery.slides.min.js"></script>
<script>
$(function(){
$("#slides").slidesjs({
width: 940,
height: 528
});
});
</script>
</head>
<body>
<div id="slides">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
<img src="http://placehold.it/940x528">
</div>
</body>
Basic support is available at the SlidesJS forum. Many requests are resolved by other SlidesJS users, but assistance is not guaranteed.
If you're in need of direct assistance or would like customization added to SlidesJS, Premium Support is available for $100. Premium support provides you direct email access and allows for up to 1 hour of support. Premium Support is typically provided within 3-7 days. A resolution to the support request is not guaranteed.
To keep SlidesJS as simple as possible, it only includes a slide or fade effect. Adding other effects would over complicate and bloat the plugin.
Yes you can, but you must keep the copyright and licensing information with the plugin. And if you've found SlidesJS useful, it would awesome if you'd show your support by giving a donation. If you have additional questions about licensing check out the Apache license which SlidesJS is licensed under.
SlidesJS requires some basic understanding of HTML, CSS and jQuery. If you need help with adding SlidesJS to your site please post a question at the SlidesJS forum.
Premium Support is available for $100 and provides you direct email access and allows for up to 1 hour of support. Premium Support is typically provided within 3-7 days. A resolution to the support request is not guaranteed.
Yes you can, that's what it's for, but you must keep the copyright and licensing information with the plugin.