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'] ) . ' }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom Breakpoints?’ is closed to new replies.