Title: Custom Breakpoints?
Last modified: August 31, 2016

---

# Custom Breakpoints?

 *  Resolved [platty412](https://wordpress.org/support/users/platty412/)
 * (@platty412)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/custom-breakpoints/)
 * Hey,
    First off, I love your plugin! It’s the only one I’ve found that does just
   what I want. Is there a way to edit the breakpoints on the posts carousel? Ideally
   I’d like to add another breakpoint but don’t want to edit the plugin files directly.
   It’s for a client and I don’t want to have to redo it every time they update 
   the plugin. Is there a way to override in my functions file?
 * I’m looking for something along the lines of:
 *     ```
       0:{
           items: ' . ( $params['items_to_show_mobiles'] != '' ? intval( $params['items_to_show_mobiles']) : 1 ) . ',
       },
       600:{
           items: ' . ( $params['items_to_show_tablets'] != '' ? intval( $params['items_to_show_tablets'] ) : (ceil($params['items_to_show']/2)) ) . ',
   
       },
       750:{
       	items: ' . ( 3 != '' ? intval( 3 ) : (ceil($params['items_to_show']/2)) ) . ',
       }
       1200:{
           items: ' . intval( $params['items_to_show'] ) . '
       }
       ```
   
 * [https://wordpress.org/plugins/wp-posts-carousel/](https://wordpress.org/plugins/wp-posts-carousel/)

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

 *  Plugin Author [teastudio.pl](https://wordpress.org/support/users/teastudiopl/)
 * (@teastudiopl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/custom-breakpoints/#post-6934681)
 * I’m sorry for having kept you waiting for so long.
    Could you try use a “custom
   breakpoints” option available in the newest version of tthis plugin? Maybe this
   will suit you?
 *  Thread Starter [platty412](https://wordpress.org/support/users/platty412/)
 * (@platty412)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/custom-breakpoints/#post-6934686)
 * hey,
    Took me a second to figure out how this worked but it is working perfectly
   now!
 * Thanks a lot for this speedy addition 🙂
 * Thanks again!
 *  Plugin Author [teastudio.pl](https://wordpress.org/support/users/teastudiopl/)
 * (@teastudiopl)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/custom-breakpoints/#post-6934697)
 * no problem 🙂
    close

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

The topic ‘Custom Breakpoints?’ is closed to new replies.

 * ![](https://ps.w.org/wp-posts-carousel/assets/icon-128x128.png?rev=1154352)
 * [WP Posts Carousel](https://wordpress.org/plugins/wp-posts-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-posts-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-posts-carousel/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [teastudio.pl](https://wordpress.org/support/users/teastudiopl/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/custom-breakpoints/#post-6934697)
 * Status: resolved