aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/slider_vertical.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider/slider_vertical.html')
-rw-r--r--demos/slider/slider_vertical.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/demos/slider/slider_vertical.html b/demos/slider/slider_vertical.html
index 3479aed4a..7c1fdb01d 100644
--- a/demos/slider/slider_vertical.html
+++ b/demos/slider/slider_vertical.html
@@ -18,7 +18,21 @@
</head>
<body>
-<div id="slider-vertical" style="height:300px;"></div>
+
+<div class="demo">
+
+<div id="slider-vertical" style="height:250px;"></div>
+
+</div><!-- End demo -->
+
+
+
+<div class="demo-description">
+
+<p>This is an example of a vertical slider created by setting the orientation to vertical:</p> <pre>orientation: "vertical",</pre>
+<p>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. </p>
+
+</div><!-- End demo-description -->
</body>
</html>