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
< Opinie na Manga Loader (unmaintained)
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 =)
Working great thanks you.
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.