• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Chrome image resizer? D:

F1N3ST

Diamond Member
I like to go to fukung.net

It's a bad habit. But this new laptop's screen isn't too tall or wide.

So, is there a way to make it fit on screen? I searched through extensions for a while, and google.
 
No. And I think you're thinking ctrl + scroll. Which is a no.

Yes!

It will do exactly what you are asking for unless you are looking for a fully automated way so that everything fits into your screen - The answer is no, that is a requirement for the web designers to properly build a web site.

And yes, using javascript it is very easy to auto adjust the image on a web page to maximize the full width of the viewing screen.

For your side, manual way is going to be your answer.
 
Well, this is a laptop, and I probably won't have a mouse with me all the time, and it doesn't have a wheel. And I know nothing about Java, I guess I'll PM GA or someone.
 
Ordinarily I'd be more than happy to look into it but I'm currently studying for exams and simply can't afford to spend the time writing the extension. Let me know in 2 weeks if you still need it.
 
Ordinarily I'd be more than happy to look into it but I'm currently studying for exams and simply can't afford to spend the time writing the extension. Let me know in 2 weeks if you still need it.

Ahaha, no problem, thanks though, I remembered you helped me with the mouseover text 🙂
 
1. Install the Stylish plugin for Chrome.
2. Create a new style, with:
Code:
img.fukung { width: auto; height: auto; max-width:1100px; max-height:700px; }
3. Adjust max-width and max-height as necessary to fit your screen.
4. Apply it to URLs starting with http://fukung.net and save it.
 
Back
Top