mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Fixed for firefox
This commit is contained in:
parent
1fdbf609f5
commit
951d6ff3e2
5 changed files with 29 additions and 11 deletions
|
@ -15,8 +15,8 @@ EPUBJS.View.prototype.create = function() {
|
|||
this.iframe.style.border = "none";
|
||||
|
||||
this.resizing = true;
|
||||
this.iframe.style.width = "100%";
|
||||
this.iframe.style.height = "100%";
|
||||
// this.iframe.style.width = "100%";
|
||||
// this.iframe.style.height = "100%";
|
||||
|
||||
this.iframe.style.display = "none";
|
||||
this.iframe.style.visibility = "hidden";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue