1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

expand views multiple times, infinite offset set to pageWidth

This commit is contained in:
fchasen 2014-10-30 09:45:51 -04:00
parent 105a3a36d6
commit d986157860
11 changed files with 1557 additions and 2095 deletions

View file

@ -13,16 +13,18 @@
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
height: 100%;
position: absolute;
height: 100%;
/* position: absolute; */
}
#viewer {
display: block;
margin: 0;
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
position: absolute;
top: 0;
left: 0;
}
#viewer iframe {