View carusel bootstrap in php

0

I have a problem in the active class to display 4 images in a carousel.

Ex: The user registers the clients in the admin, and in the index he shows the last 4 clients registered, when the user clicks the next button, he should display another 4 posts. In my case, it is only bringing one, as in the image below.

HowdoIdisplay4inthisline,andwhenIclicknexttodisplay+4?

Andhowcanyoumakethesliderpassautomatically?Every5seconds,forexample..

Code: link

    
asked by anonymous 17.08.2016 / 14:38

1 answer

0

Post the snippet of your code so we can analyze it better

But test:

 <script> $('.carousel').carousel('slide',{interval:1000}); </script>
    
17.08.2016 / 15:04