The VG Resource
Zoom in Fix - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: Main Stuff (https://www.vg-resource.com/forum-1.html)
+----- Forum: Site Discussion (https://www.vg-resource.com/forum-3.html)
+----- Thread: Zoom in Fix (/thread-12326.html)



Zoom in Fix - Cobalt Blue - 04-09-2010

implement the zoom blur fix already. firefox 3.6 is out and we need it at sprite discussion.


RE: Zoom in Fix - Cobalt Blue - 04-11-2010

we really do


RE: Zoom in Fix - Dazz - 04-12-2010

What the fuck are you talking about? It'd be cool if you explained yourself before getting pissy when we don't do it Smile


RE: Zoom in Fix - Previous - 04-12-2010

Look: http://www.spriters-resource.com/community/showthread.php?tid=7259

It's as simple as this: Just add
Code:
img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
to the CSS of the site (and forum especially) and the blurriness of zoomed-in images shall be gone.
(Though people could also add that line to their userchrome.css, adding it to the site would be more convenient, right?)


RE: Zoom in Fix - TheouAegis - 04-12-2010

... Or you just copy the file over to your image viewer and look at the image with no blurring that way. o_O
I can't even zoom in that far on my browsers wtf.


RE: Zoom in Fix - Shadowth117 - 04-12-2010

(04-12-2010, 11:34 AM)TheouAegis Wrote: ... Or you just copy the file over to your image viewer and look at the image with no blurring that way. o_O
I can't even zoom in that far on my browsers wtf.

Most browsers can zoom in although you may have to check your browsers help section to find out how. Regardless, it just saves time not having to download the image to take a look at it.


RE: Zoom in Fix - Dazz - 04-12-2010

Fixed.


RE: Zoom in Fix - Gold - 04-19-2010

Wait wait wait. Does this mean I can finally upgrade my firefox from 2?


RE: Zoom in Fix - Gold - 05-13-2010

Sorry for the double post/bump but I just updated to Firefox 3 and the image zoom is still blurry for me; is there something I have to do to fix this or?


RE: Zoom in Fix - Cobalt Blue - 05-14-2010

works on specific sites. those sites who haven't implementted the CSS bit into their codes will still display bilinear filtering.

i believe you can set a css on your side, but i couldn't find any proper explanation on how to do it on windows 7's firefox


RE: Zoom in Fix - Gold - 05-14-2010

Has this website had it implemented? 'Cause Dazz said "fixed" above here but it's still blurry for me. :\


RE: Zoom in Fix - Previous - 05-15-2010

(05-14-2010, 02:30 PM)Francisco Cifuentes Wrote: i believe you can set a css on your side, but i couldn't find any proper explanation on how to do it on windows 7's firefox
You've got to find your firefox profile's folder (WinXP has it in "%AppData%\Mozilla\Firefox\Profiles\<profilename>"). In there, you move to the subfolder "chrome". Then you create a file called "userContent.css" and put those lines into it. Whatever css stuff you put into userContent.css will be applied to all pages.