redraw comic on window resize
This commit is contained in:
parent
0af57f1c52
commit
7760c0470e
2 changed files with 5 additions and 3 deletions
|
@ -40,6 +40,8 @@
|
|||
]
|
||||
);
|
||||
book.draw();
|
||||
|
||||
window.onresize = book.drawPage;
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue