My client wants a horizontal row of team member pictures that can be scrolled by clicking left and right navigation arrows. What is the preferred way to do this so that it fits in with a responsive grid in bootstrap ? Each image has a header above it and a clickable button below , Hence why I have to have a row/ ul of divs.
Is there a Jquery plug-in, or should I try to create a div that is wider than the screen and use JavaScript to Manipulate the scroll offset ?