diff --git a/demo/dev.html b/demo/dev.html index 9374660..b0ebf11 100755 --- a/demo/dev.html +++ b/demo/dev.html @@ -25,7 +25,7 @@ EPUBJS.cssPath = "css/"; // fileStorage.filePath = EPUBJS.filePath; - window.Reader = ePubReader("moby-dick/", { reload: true, generatePagination: true }); + window.Reader = ePubReader("moby-dick/", { reload: true, generatePagination: false }); } }; diff --git a/examples/pagination.html b/examples/pagination.html index 049c2ca..f9af76d 100644 --- a/examples/pagination.html +++ b/examples/pagination.html @@ -57,7 +57,7 @@ position: absolute; width: 100%; height: 100%; - overflow: hidden; + /* overflow: hidden; */ } #area { @@ -108,9 +108,10 @@ width: 400px; margin-left: -200px; text-align: center; + display: none; } - #controls > input { + #controls > input[type=range] { width: 400px; } @@ -118,7 +119,7 @@ @@ -127,23 +128,27 @@