Greasy Fork is available in English.

Manga Loader (unmaintained)

Support for over 70 sites! Loads manga chapter into one page in a long strip format, supports switching chapters, minimal script with no dependencies, easy to implement new sites, loads quickly and works on mobile devices through bookmarklet

< Feedback on Manga Loader (unmaintained)

Review: Good - script works

§
Posted: 2015-07-25

Expand image to fit screen width.

Hi I would like to have the image to fit my screen width. I think it could be done with the css style but I have no idea how to do that. If someone could help me it would be nice.

§
Posted: 2015-07-26
Edited: 2015-07-26

i use

img {
  width: 100%;
  margin: 0px auto !important;
}

.ml-counter {
  display: none;
}

this removes the counter at the bottom of the pages and the margin, if you just want the width just use this:

img {
  width: 100%;
}

you can change the percentage to 50% if you only want the picture to take up the center of your browser =)

§
Posted: 2015-07-26

Working great thanks you.

Post reply

Sign in to post a reply.