feat(ipub): make sticky and fade backgrounds the default

This commit is contained in:
Guz
2025-10-17 19:10:57 -03:00
parent ba7ca52ed2
commit d775301567
2 changed files with 44 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
<body xmlns:epub="http://www.idpf.org/2007/ops" class="body">
<ipub-content style="--ipub-padding: 10%;">
<main>
<ipub-background id="background0001" sticky="">
<ipub-background id="background0001">
<img src="../images/background0001.jpg" width="100" height="100" />
</ipub-background>
<ipub-image>
@@ -43,7 +43,7 @@
<source src="../audios/audio0001.wav.disable" />
</audio>
</section>
<ipub-background sticky="" fade="" id="background0002">
<ipub-background id="background0002">
<picture>
<img src="../images/background0002.jpg" />
</picture>
@@ -58,7 +58,7 @@
<img src="../images/image0004.png" />
</span>
</section>
<ipub-background sticky="" fade="" id="background0003">
<ipub-background id="background0003">
<picture>
<img src="../images/background0003.jpg" />
</picture>