Smoother thumbnail scrolling via lazy rendering
This commit is contained in:
parent
beb310708d
commit
e316d78755
2 changed files with 78 additions and 39 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
<script type="text/javascript">PDFJS.workerSrc = '../src/worker_loader.js';</script> <!-- PDFJSSCRIPT_REMOVE -->
|
||||
|
||||
<script type="text/javascript" src="viewer.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -119,6 +118,7 @@
|
|||
|
||||
<div id="loading">Loading... 0%</div>
|
||||
<div id="viewer"></div>
|
||||
|
||||
<script type="text/javascript" src="viewer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue