changes to slider js.
This commit is contained in:
parent
872b9bb30c
commit
b27091f064
|
@ -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;*/
|
||||
}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
$(document).ready(function() {
|
||||
$('#slider').nivoSlider({
|
||||
directionNav: false,
|
||||
pauseOnHover: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user