diff --git a/demo/demo.css b/demo/demo.css index 6a8740c..b5f4909 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -48,6 +48,10 @@ body { #controls button:hover { color: #333; } +#controls input[type="range"]{ + width:100%; +} + #data { list-style: none; display: inline-block; diff --git a/demo/index.html b/demo/index.html index 1e9bf41..bd59dd0 100644 --- a/demo/index.html +++ b/demo/index.html @@ -25,6 +25,8 @@

Guillotine demo

+

Custom zoom: +