Please note, this is a STATIC archive of website www.themepunch.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

jQuery Version Responsive Settings

home_topbanner

Responsive settings for setting up your slider content to display well across multiple devices.

  • Important Article Note:
    This article is for the non-WordPress version of the plugin. If you're using the WordPress version, watch this screencast instead.

1. How it works

Slider Revolution has 4 built-in Custom Responsive Levels that can be used.  These essentially operate as CSS media query breakpoints, providing the opportunity to tailor your slider content for multiple screen sizes.

As an example, a Text Layer could be positioned differently on a mobile device and also have its font-size adjusted.  Or you could choose to hide the Layer entirely for one of the breakpoints.

1. Define your Responsive Levels

Defined in the slider’s main JavaScript settings.  In the following example, 1240 would be used for the desktop content, 1024 for tablet landscape, 778 for tablet portrait, and 480 for smartphones.

2. Define your Custom Grid Sizes

Define canvas sizes for the slider at each breakpoint.  For the best setup, use the same numbers for the “gridwidth” as you used for the “responsiveLevels” in the code above.  And then adjust your “gridheight” values to whatever looks best across the 4 different break points.

3. Expand your Layer Content settings to include additional values for each breakpoint

In the following example code, the “data-visibility” option is particularly useful, as this would allow you to show/hide a content Layer for any given breakpoint, allowing you to display different Layers for different devices if you wanted.