Source code download
bxCarousel parameter description:
move: The number of pictures to move per scroll, the default is 4.
display_num: The number of displayed images, the default is 4.
speed: Image scrolling speed, default is 500 milliseconds.
margin: the spacing between images, the default is 0.
auto: Whether to automatically scroll, the default is false.
auto_interval: When set to automatic scrolling, the time interval (milliseconds) for each scrolling, the default is 2000 milliseconds or 2 seconds.
auto_dir: The direction of automatic scrolling. The default is next. You can try prev.
next_image: Scroll right direction button image, which can be set with CSS.
prev_image: Scroll left direction button image, which can be set with CSS.
auto_hover: When scrolling, whether to stop scrolling when the mouse slides over the picture, the default is false.
controls: Whether to display left and right scroll button images, the default is true.