From 14069e447111744b7d4ddc7ad3b17eb71c0c5d4f Mon Sep 17 00:00:00 2001 From: Dmitriy NB Date: Thu, 10 Nov 2016 16:02:10 +0100 Subject: [PATCH 1/2] Custom zoom range --- demo/demo.css | 4 +++ demo/index.html | 33 +++++++++++++++---- js/jquery.guillotine.js | 64 ++++++++++++++++++++++++++---------- js/jquery.guillotine.min.js | 2 +- src/jquery.guillotine.coffee | 31 ++++++++++++++--- 5 files changed, 104 insertions(+), 30 deletions(-) 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: +