Avatar of bmanmike39
bmanmike39

asked on 

How do Turn on Auto play in the bxSlider. (MVC ASP.NET)

I've setup a bx slider, in a partial view, and it work, except it will not auto play the slide.

This is my code:
<script>
    $(document).ready(function () {
        $('#slider').bxSlider();
        $('.bx-wrapper').width('70%');

        auto: true
    });

</script>

Open in new window

ASP.NETJavaScriptjQuery

Avatar of undefined
Last Comment
leakim971

8/22/2022 - Mon