Title: continuous look carousel
Last modified: May 4, 2021

---

# continuous look carousel

 *  Resolved [claudedunnigan](https://wordpress.org/support/users/claudedunnigan/)
 * (@claudedunnigan)
 * [5 years ago](https://wordpress.org/support/topic/continuous-look-carousel/)
 * Hi, the carousel option goes to the left and then back to the right (which is
   not a carousel). in the search, i saw that a yeat ago you had those question 
   and where not ready, since all the carousel i tried has it, but i like yours 
   more, is it a pro option or is there a special way to do it, been searching and
   trying for a week now.
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [claudedunnigan](https://wordpress.org/support/users/claudedunnigan/)
 * (@claudedunnigan)
 * [5 years ago](https://wordpress.org/support/topic/continuous-look-carousel/#post-14403905)
 * Sorry, forgot that
    The preview works: Yes It works with other themes: Yes It
   works when I disable all other plugins: Yes Meta Slider version: 3.20.3
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [5 years ago](https://wordpress.org/support/topic/continuous-look-carousel/#post-14422402)
 * Hi,
 * Unfortunately, this is not possible at the moment. It is a limitation from the
   FlexSlider library. FlexSlider doesn’t allow carousels to slide continuously.
 * You can verify this information from FlexSlider documentation – [http://flexslider.woothemes.com/basic-carousel.html](http://flexslider.woothemes.com/basic-carousel.html)
 *  Thread Starter [claudedunnigan](https://wordpress.org/support/users/claudedunnigan/)
 * (@claudedunnigan)
 * [5 years ago](https://wordpress.org/support/topic/continuous-look-carousel/#post-14422412)
 * Ok, no problem,
    so
 *     ```
       $(window).load(function() {
         $('.flexslider').flexslider({
           animation: "slide",
           animationLoop: false,
           itemWidth: 210,
           itemMargin: 5
         });
       });<code>to</code>$(window).load(function() {
         $('.flexslider').flexslider({
           animation: "slide",
           animationLoop: true,
           itemWidth: 210,
           itemMargin: 5
         });
       });
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘continuous look carousel’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3523572)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [claudedunnigan](https://wordpress.org/support/users/claudedunnigan/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/continuous-look-carousel/#post-14422412)
 * Status: resolved