Update HTML template
This commit is contained in:
parent
da1eba4676
commit
54bbeade8c
|
@ -2,10 +2,8 @@
|
||||||
<!-- CC-BY-NC-SA https://git.aribaud.net/caribaud/melpomene/ -->
|
<!-- CC-BY-NC-SA https://git.aribaud.net/caribaud/melpomene/ -->
|
||||||
<div id="reader-frame">
|
<div id="reader-frame">
|
||||||
<div id="reader-content-frame">
|
<div id="reader-content-frame">
|
||||||
<!-- replace all 'xxxx' with the actual value -->
|
<div id="reader-pages" class="animated" hidden>
|
||||||
<div id="reader-pages" class="animated" data-pages-width="xxxx" data-pages-height="xxxx" hidden>
|
<!-- your img tags here, see documentation -->
|
||||||
<img loading="lazy" src="xxxx" data-zooms="xxxx"/>
|
|
||||||
<!-- duplicate img for each comic page -->
|
|
||||||
</div>
|
</div>
|
||||||
<div id="focus-overlay" class="flex-col fill">
|
<div id="focus-overlay" class="flex-col fill">
|
||||||
<div class="grow obscured animated"></div>
|
<div class="grow obscured animated"></div>
|
||||||
|
|
Loading…
Reference in New Issue