diff --git a/demos/slider/range_vertical.html b/demos/slider/range_vertical.html index e2824348e..5dd634e18 100644 --- a/demos/slider/range_vertical.html +++ b/demos/slider/range_vertical.html @@ -36,7 +36,7 @@ orientation: "vertical", range: true, values: [17, 67] -

It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS.

+

It's important to note that a vertical slider needs a height set. You can do this via .height() or by setting the height through CSS.