1
0
Fork 0
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:
Fred Chasen 2014-09-04 13:45:49 -04:00
parent 1fdbf609f5
commit 951d6ff3e2
5 changed files with 29 additions and 11 deletions

View file

@ -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";