|
|
|
@ -4,9 +4,9 @@
|
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
|
<title>ResponsiveSlides.js · Responsive jQuery Slideshow</title> |
|
|
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" /> |
|
|
|
|
<link rel="stylesheet" href="styles.css?v1.01" /> |
|
|
|
|
<link rel="stylesheet" href="styles.css?v1.02" /> |
|
|
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> |
|
|
|
|
<script src="../responsiveslides.pack.js"></script> |
|
|
|
|
<script src="../responsiveslides.min.js"></script> |
|
|
|
|
<script> |
|
|
|
|
jQuery(function() { |
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
$("#slides").responsiveSlides({ maxwidth:800 }); |
|
|
|
|
|
|
|
|
|
// Slideshow 2 |
|
|
|
|
$("#slides2").responsiveSlides({ fade:300, auto:false, maxwidth:540, namespace: 'anotherslideshow' }); |
|
|
|
|
$("#slides2").responsiveSlides({ fade:300, auto:false, maxwidth:540, nspace: 'anotherslideshow' }); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|