[PR #2431] [MERGED] Add zoom controls to comic reader #3715

Closed
opened 2026-04-25 00:16:46 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2431
Author: @pablojimenezmateo
Created: 12/19/2023
Status: Merged
Merged: 12/23/2023
Merged by: @advplyr

Base: masterHead: comic-zoom


📝 Commits (4)

  • bef0f37 feat: add basic zoom functionality to comic reader
  • aa7ee3e fix: zoom buttons were showing when loading the image
  • 52f0a54 feat: enable zoom through the arrow buttons
  • 9f36686 Update comic reader buttons for mobile screens, add left scrollBy

📊 Changes

1 file changed (+61 additions, -17 deletions)

View changed files

📝 client/components/readers/ComicReader.vue (+61 -17)

📄 Description

I am enjoying audiobookshelf very much, I recently added some comics to my collection and they are hard to read in my laptop due to the lack of zoom.

I managed to enable zoom (by modifying the width of the tag) to the comicreader without external dependencies.

I am open to discuss other possibilities if that is what you prefer, screenshot:

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/2431 **Author:** [@pablojimenezmateo](https://github.com/pablojimenezmateo) **Created:** 12/19/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `comic-zoom` --- ### 📝 Commits (4) - [`bef0f37`](https://github.com/advplyr/audiobookshelf/commit/bef0f3709f7f9b4417f93d393049ed42327e0647) feat: add basic zoom functionality to comic reader - [`aa7ee3e`](https://github.com/advplyr/audiobookshelf/commit/aa7ee3e8ff3333cd9f99afc734b56e93346a6697) fix: zoom buttons were showing when loading the image - [`52f0a54`](https://github.com/advplyr/audiobookshelf/commit/52f0a5432b6138c705da4580ce7a4203c0cad8b0) feat: enable zoom through the arrow buttons - [`9f36686`](https://github.com/advplyr/audiobookshelf/commit/9f366863a94ab4c241b6f650db9e6c00b4cb0a45) Update comic reader buttons for mobile screens, add left scrollBy ### 📊 Changes **1 file changed** (+61 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `client/components/readers/ComicReader.vue` (+61 -17) </details> ### 📄 Description I am enjoying audiobookshelf very much, I recently added some comics to my collection and they are hard to read in my laptop due to the lack of zoom. I managed to enable zoom (by modifying the width of the <img> tag) to the comicreader without external dependencies. I am open to discuss other possibilities if that is what you prefer, screenshot: ![image](https://github.com/advplyr/audiobookshelf/assets/2511009/06b1b1a0-9262-41e6-b48c-1b2f8b68ce99) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:46 +02:00
adam closed this issue 2026-04-25 00:16:46 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3715