04-09-2010, 09:08 PM
04-11-2010, 09:30 PM
we really do
04-12-2010, 12:48 AM
What the fuck are you talking about? It'd be cool if you explained yourself before getting pissy when we don't do it
04-12-2010, 10:32 AM
Look: http://www.spriters-resource.com/communi...p?tid=7259
It's as simple as this: Just add
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?)
It's as simple as this: Just add
Code:
img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
(Though people could also add that line to their userchrome.css, adding it to the site would be more convenient, right?)
04-12-2010, 11:34 AM
... 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.
I can't even zoom in that far on my browsers wtf.
04-12-2010, 02:00 PM
(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.
04-12-2010, 02:02 PM
Fixed.
04-19-2010, 01:31 PM
Wait wait wait. Does this mean I can finally upgrade my firefox from 2?
05-13-2010, 05:01 PM
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?
05-14-2010, 02:30 PM
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
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
05-14-2010, 08:25 PM
Has this website had it implemented? 'Cause Dazz said "fixed" above here but it's still blurry for me. :\
05-15-2010, 06:06 AM
(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 firefoxYou'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.