Title: Browser/Device Width
Last modified: March 21, 2017

---

# Browser/Device Width

 *  Resolved [kritzelkratz](https://wordpress.org/support/users/kritzelkratz/)
 * (@kritzelkratz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/browserdevice-width/)
 * You can set the number of slides depending on the resolution…
    Is there a way
   to modify the settings of the “Browser/Device Width”? “Desktop X-Large” starts
   on a resolution over 1400px. How can I change this value via CSS or PHP? Thanks!
   Michael

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

 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/browserdevice-width/#post-8987549)
 * To do this at the moment, you will have to modify a PHP file within the plugin
   code.
 * Look for the following code within the /wp-content/plugins/slide-anything/php/
   slide-anything-frontend.php file:
 * $output .= ” responsive:{\n”;
    $output .= ” 0:{ items:”.esc_attr($slide_data[‘
   items_width1’]).” },\n”; $output .= ” 480:{ items:”.esc_attr($slide_data[‘items_width2’]).”},\
   n”; $output .= ” 768:{ items:”.esc_attr($slide_data[‘items_width3’]).” },\n”;
   $output .= ” 980:{ items:”.esc_attr($slide_data[‘items_width4’]).” },\n”; $output.
   = ” 1200:{ items:”.esc_attr($slide_data[‘items_width5’]).” },\n”; $output .= ”
   1400:{ items:”.esc_attr($slide_data[‘items_width6’]).” }\n”; $output .= ” },\
   n”;
 * To set X-Large to 1600, change this line:
    $output .= ” 1400:{ items:”.esc_attr(
   $slide_data[‘items_width6’]).” }\n”; TO: $output .= ” 1600:{ items:”.esc_attr(
   $slide_data[‘items_width6’]).” }\n”;
 * There is no plugin setting yet to change the default values pf these settings–
   something I will have to add in at some point in the future.
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/browserdevice-width/#post-9037797)
 * I’m marking this as resolved

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

The topic ‘Browser/Device Width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slide-anything.svg)
 * [Slide Anything - Responsive Content / HTML Slider and Carousel](https://wordpress.org/plugins/slide-anything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slide-anything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slide-anything/)
 * [Active Topics](https://wordpress.org/support/plugin/slide-anything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slide-anything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slide-anything/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/browserdevice-width/#post-9037797)
 * Status: resolved