-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resize scans option does not work #126
Comments
I can't reproduce this. I read both manga in RHS and I didn't see the issue. Deactivate all your other extensions and check again. |
I tried it in an incognito window with only AMR enabled: Screenshot. Just in case, I also tried reinstalling from scratch, but it didn't seem to have made a difference. Also tried on a fresh Chrome profile with only AMR installed, but it still made no difference: [1] [2] I also tried it on my Windows computer and encountered the same issue: [1] [2] I did notice that on Batoto, when reading Shokugeki no Souma on my windows machine, a minor resize did occur, but it only happened a minute or so after the page was fully loaded, and it was possibly triggered by me opening the console and/or because the size of the scan was close enough to my screen resolution. The same did not occur on RHS, and does not occur when I open the site on my Mac machine.
Looking at forum bug reports, this looks related to these two unresolved bugs. |
Could you check the CSS rules for the images? It should have a 2014-11-05 21:53 GMT-04:00 Southrop [email protected]:
Braiam Peguero |
I see a <img class="imageAMR" src="http://img.bato.to/comics/2014/11/05/s/read5459b5d7c3440/img000004.jpg" style="margin-right: 10px; border: 5px solid white; margin-bottom: 50px;"> becomes <img class="imageAMR" src="http://img.bato.to/comics/2014/11/05/s/read5459b5d7c3440/img000004.jpg" style="margin-right: 10px; border: 5px solid white; margin-bottom: 50px; max-width: 1720px;"> I actually didn't notice this until my internet slowed down today, and images actually took a while to load. On Batoto, this didn't seem to make a difference, as the images seem to still load at source resolution (with a
As for the value of |
The resize scans option doesn't seem to make a difference whether it is turned on or off. I'm not sure if this is because the calculation for whether to resize an image uses incorrect values or simply doesn't do it. To illustrate, here are some screenshots.
My computer is a 2560x1440 iMac, and according to Chrome dev tools, my Chrome window is 1309 px wide.
The two images in my screenshots are 1732px (Saki) and 1800px (Hayate) wide, yet they don't get resized. This makes reading rather difficult because some websites (like the RedHawk Reader) horizontal scrolling seems to be disabled.
This occurs for me using both the latest stable (1.5.6) and the latest dev (1.5.7) version.
The text was updated successfully, but these errors were encountered: