Home Forums Basel support forum Fast Basel Slider

Fast Basel Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #140883

    Anatolka
    Participant

    Good afternoon. How can I speed up scrolling through my basel-slider? standard speed is very slow. I would like to make the transition from one slide to another faster.

    Attachments:
    You must be logged in to view attached files.
    #140908

    Eric Watson
    Participant

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'basel_slider_autoplay_speed', function(){
    	return 2000;
    } );

    Kind Regards
    XTemos Studio

Viewing 2 posts - 1 through 2 (of 2 total)