Home Forums HashOne How to change Image sliding time in Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1223
    sh_ust
    Participant

    I want to know that how can i change the image sliding time..

    #1468
    Hash
    Keymaster

    Hi,

    To change the sliding time, you need to edit js/hashone-custom.js file

    The code you need to modify is

    if($('#hs-bx-slider .hs-slide').length > 0){
      	$('#hs-bx-slider').bxSlider({
      		'pager': false,
      		'auto' : true,
      		'mode' : 'fade',
      		'pause' : 6000,
      	});
      }

    Increase the value of 6000

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.