|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html lang="en" class="no-js"> |
|
|
|
|
<html lang="en"> |
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
|
<title>ResponsiveSlides.js · Responsive jQuery slideshow</title> |
|
|
|
@ -11,10 +11,6 @@
|
|
|
|
|
<script> |
|
|
|
|
$(function () { |
|
|
|
|
|
|
|
|
|
// If you aren't using Modernizr you might want to add no-js class |
|
|
|
|
// to html and use that to support cases when JavaScript isn't available |
|
|
|
|
$("html").removeClass("no-js"); |
|
|
|
|
|
|
|
|
|
// Slideshow 1 |
|
|
|
|
$(".rslides1").responsiveSlides({ |
|
|
|
|
maxwidth: 800, |
|
|
|
|