Product:
Question:
How can I display a different slider on mobile and tablet devices?
Answer:
You can add extra attributes to Wonder Slider shortcode to specify a different slider ID for mobile and iPad.
For example, the following shortcode will display slider ID 1 on desktop computers, slider ID 2 on iPhone/Android devices and slider ID 3 on iPad.
[[wonderplugin_slider id=1 mobileid=2 ipadid=3]]
If you do not specify the attribute ipadid
, it will use the desktop slider ID for iPad.