mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Merged and Version Bump to 0.1.8
This commit is contained in:
commit
b2ffb5c9e6
9 changed files with 19 additions and 11 deletions
|
@ -1711,7 +1711,7 @@ global.RSVP = requireModule('rsvp');
|
|||
'use strict';
|
||||
|
||||
var EPUBJS = EPUBJS || {};
|
||||
EPUBJS.VERSION = "0.1.7";
|
||||
EPUBJS.VERSION = "0.1.8";
|
||||
|
||||
EPUBJS.plugins = EPUBJS.plugins || {};
|
||||
|
||||
|
@ -3866,6 +3866,7 @@ EPUBJS.Renderer.prototype.fixedLayout = function(){
|
|||
|
||||
//-- Scroll
|
||||
this.docEl.style.overflow = "auto";
|
||||
this.iframe.scrolling = "yes";
|
||||
|
||||
// this.displayedPages = 1;
|
||||
};
|
||||
|
|
4
build/epub.min.js
vendored
4
build/epub.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1710,7 +1710,7 @@ global.RSVP = requireModule('rsvp');
|
|||
'use strict';
|
||||
|
||||
var EPUBJS = EPUBJS || {};
|
||||
EPUBJS.VERSION = "0.1.7";
|
||||
EPUBJS.VERSION = "0.1.8";
|
||||
|
||||
EPUBJS.plugins = EPUBJS.plugins || {};
|
||||
|
||||
|
@ -3865,6 +3865,7 @@ EPUBJS.Renderer.prototype.fixedLayout = function(){
|
|||
|
||||
//-- Scroll
|
||||
this.docEl.style.overflow = "auto";
|
||||
this.iframe.scrolling = "yes";
|
||||
|
||||
// this.displayedPages = 1;
|
||||
};
|
||||
|
|
4
demo/js/epub.min.js
vendored
4
demo/js/epub.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -36,16 +36,19 @@
|
|||
box-shadow: 0px 5px 10px rgba(0,0,0,.1);
|
||||
}
|
||||
|
||||
epub-reader iframe {
|
||||
epub-reader {
|
||||
border: none;
|
||||
padding: 40px 40px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -67,7 +67,9 @@
|
|||
|
||||
<script>
|
||||
|
||||
Book.renderTo("area");
|
||||
Book.renderTo("area").then(function(){
|
||||
//Book.setStyle("width", "400px");
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "EpubJS",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"repository": "https://github.com/futurepress/epub.js",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var EPUBJS = EPUBJS || {};
|
||||
EPUBJS.VERSION = "0.1.7";
|
||||
EPUBJS.VERSION = "0.1.8";
|
||||
|
||||
EPUBJS.plugins = EPUBJS.plugins || {};
|
||||
|
||||
|
|
|
@ -338,6 +338,7 @@ EPUBJS.Renderer.prototype.fixedLayout = function(){
|
|||
|
||||
//-- Scroll
|
||||
this.docEl.style.overflow = "auto";
|
||||
this.iframe.scrolling = "yes";
|
||||
|
||||
// this.displayedPages = 1;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue