fix examples
Python CI / test (push) Successful in 9m48s

This commit is contained in:
2025-11-06 18:01:22 +01:00
parent c90e9ec580
commit 6bb43db8d5
3 changed files with 11 additions and 8 deletions
+4 -4
View File
@@ -81,24 +81,24 @@ Here are animated demonstrations of the EbookReader's key features:
<tr>
<td align="center">
<b>Page Navigation</b><br>
<img src="examples/gifs/ereader_page_navigation.gif" width="300" alt="Page Navigation"><br>
<img src="docs/images/ereader_page_navigation.gif" width="300" alt="Page Navigation"><br>
<em>Forward and backward navigation through pages</em>
</td>
<td align="center">
<b>Font Size Adjustment</b><br>
<img src="examples/gifs/ereader_font_size.gif" width="300" alt="Font Size"><br>
<img src="docs/images/ereader_font_size.gif" width="300" alt="Font Size"><br>
<em>Dynamic font size scaling with position preservation</em>
</td>
</tr>
<tr>
<td align="center">
<b>Chapter Navigation</b><br>
<img src="examples/gifs/ereader_chapter_navigation.gif" width="300" alt="Chapter Navigation"><br>
<img src="docs/images/ereader_chapter_navigation.gif" width="300" alt="Chapter Navigation"><br>
<em>Jump directly to chapters by title or index</em>
</td>
<td align="center">
<b>Bookmarks & Positions</b><br>
<img src="examples/gifs/ereader_bookmarks.gif" width="300" alt="Bookmarks"><br>
<img src="docs/images/ereader_bookmarks.gif" width="300" alt="Bookmarks"><br>
<em>Save and restore reading positions anywhere in the book</em>
</td>
</tr>