changes to slider js.

This commit is contained in:
Karen 2011-11-01 17:15:50 +05:30
parent 872b9bb30c
commit b27091f064
2 changed files with 4 additions and 0 deletions

View File

@ -4,5 +4,8 @@ width:750px;
height:563px;
margin:0 auto;
position:relative;
/*background-image:url(/static/urbstudio/urbstudio/static/images/loading.gif);
background-repeat:no-repeat;
background-position:center;*/
}

View File

@ -15,6 +15,7 @@
$(document).ready(function() {
$('#slider').nivoSlider({
directionNav: false,
pauseOnHover: false,
});
});