Title: carousel image
Last modified: September 16, 2016

---

# carousel image

 *  Resolved [itpcss](https://wordpress.org/support/users/itpcss/)
 * (@itpcss)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-image/)
 * I use your wonderful plugin, please tell me how to make that picture in the carousel
   have a clear number such as 3, 4, 5? so they were not half, on the screenshot
   I have that, I mean that there are no halves, but a clear number.
 * ![](https://i0.wp.com/i075.radikal.ru/1609/54/ffd9a307d247.png)

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

 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-image/#post-8190223)
 * Hi there,
 * Thanks for the screenshot – do you also have a link to your site so I can take
   a closer look?
 * Dave
 *  Thread Starter [itpcss](https://wordpress.org/support/users/itpcss/)
 * (@itpcss)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-image/#post-8190292)
 * You on the site in the same carousel examples, here’s a link [https://www.metaslider.com/examples/carousel/](https://www.metaslider.com/examples/carousel/)
 * ![](https://i0.wp.com/savepic.ru/11338283.png)
 * the image is cropped, how to make sure that the image carousel placed 3-4 for
   example, to the next is not cropped, to be able to select how many images to 
   display on the carousel. But for example, has a link [http://owlgraphic.com/owlcarousel/demos/customJson.html](http://owlgraphic.com/owlcarousel/demos/customJson.html)
   there when you change the screen resolution, placed a certain number of images,
   and the following is not cropped
 *  Thread Starter [itpcss](https://wordpress.org/support/users/itpcss/)
 * (@itpcss)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-image/#post-8190309)
 * Unfortunately the example of my site, you can not see, because They have access
   to him a number of people
 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/carousel-image/#post-8338013)
 * Hi there,
 * You could add the following to your theme’s functions.php file which will restrict
   the carousel to display three whole slides:
 *     ```
       function metaslider_flex_params($options, $slider_id, $settings) {
       	if ( ($slider_id == 123) ) { // change 123 to the ID of your slider
       		$options['minItems'] = 3;
       		$options['maxItems'] = 3; 
       	}
           	return $options;
       } 
       add_filter('metaslider_flex_slider_parameters', 'metaslider_flex_params', 11, 3);
       ```
   
 * You can change the number of slides in the code as necessary.
 * Thanks,
    Dave

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

The topic ‘carousel image’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=2771717)
 * [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/)

 * 4 replies
 * 2 participants
 * Last reply from: [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/carousel-image/#post-8338013)
 * Status: resolved