Im currently using Nivo Slider on a site im building atm, but Im not happy that the first image begins as only a part image and I was wondering if anyone can help me modify the code to get a better starting slide...
Need a little PHP help to modify the Nivo slider options
4
Im currently using Nivo Slider on a site im building atm, but Im not happy that the first image begins as only a part image and I was wondering if anyone can help me modify the code to get a better starting slide...
and the code from the tpl file, im guessing the change is needed in there but im a little out of my comfort zone here so Im reluctant to start changing things at will
all help appreciated as always
and the code from the tpl file, im guessing the change is needed in there but im a little out of my comfort zone here so Im reluctant to start changing things at will
all help appreciated as always
Code:
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider({
effect:'random', //Specify sets like: 'fold,fade,sliceDown'
slices:9,
animSpeed:500, //Slide transition speed
pauseTime:8500,
startSlide:0, //Set starting Slide (0 index)
directionNav:true, //Next & Prev
directionNavHide:true, //Only show on hover
controlNav:false, //1,2,3...
controlNavThumbs:false, //Use thumbnails for Control Nav
controlNavThumbsFromRel:false, //Use image rel for thumbs
controlNavThumbsSearch: '.jpg', //Replace this with...
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
keyboardNav:true, //Use left & right arrows
pauseOnHover:true, //Stop animation while hovering
manualAdvance:false, //Force manual transitions
captionOpacity:0.8, //Universal caption opacity
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){} //Triggers after all slides have been shown
});
}); - mauii
- SteveJohnson
- [ 1 ] Thanks
- webpeon
Next Topics on Trending Feed
-
4