Add a Fixed Width option for manga reader.

Add a Fixed Width option for manga reader.

  • This is a good suggestion, I have the same problem sometimes.

    Votes: 2 50.0%
  • This is an okay suggestion, but I don't have that problem.

    Votes: 2 50.0%
  • This suggestion is not a problem, I only browse on my phone.

    Votes: 0 0.0%
  • This is a terrible suggestion, stop whining you baby.

    Votes: 0 0.0%

  • Total voters
    4
  • Poll closed .
Joined
May 29, 2019
Messages
7
It's bothersome to have some manga be far too big (you can't read more than less than half of the page) for Fit Width and unreadable text at Fit Height or Fit Container. It'd be nice to have a setting where a fixed width could be set.

In case anyone reading is wondering a stylus (or any other css editing plugin) can be used to do what the suggestion is.

In case you want something that will work for right now its:
Code:
.reader.fit-horizontal .reader-main,
.reader.fit-horizontal .reader-images,
.reader.fit-horizontal .reader-image-wrapper,
.reader.fit-horizontal .reader-images img {
    max-width: 1000px;
    margin: auto;
}

Obviously change the 1000px to whatever size you want it at.
 
Doesn't the current maximum container width setting do this?
5e11cB7.png
 
I double CossonWool just select display advanced settings and you can type any width you want.
 

Users who are viewing this thread

Back
Top