Inareous / Minimal-CS-Manga-Reader

Read your manga continously in one page.
MIT License
16 stars 2 forks source link

Big Size Image #8

Closed baskaragilbas closed 4 years ago

baskaragilbas commented 4 years ago

When opening the album folder, there will be some images that have size that bigger than the view port that will make the viewer horizontal scroll appear. Example: image

Can you make either one of this feature

  1. Automatically resize the oversized picture option. this will make the oversized image to fit the viewport so user doesn't need to scroll horizontally to see the image
  2. Add horizontal movement to drag feature. Currently user can only do the vertical movement with the drag feature. Also can you add the hotkey for horizontal scrolling (idk if this already exist or no)?
Inareous commented 4 years ago

A small footnote:

I've decided to implement 1 and not 2, however code for 2 is already available and will be considered if there's enough demand. As of now, dragging horizontally and vertically at the same time is not that satisfying due to bad implementation, however adding a separate hotkey for dragging vertical only, and dragging both (such as left mouse and Ctrl+left mouse) can be a fair band aid i think.