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:
parent
105a3a36d6
commit
d986157860
11 changed files with 1557 additions and 2095 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue