Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to find the Facebook web app retina version of the icons. I'm fascinated how the clever Facebook web devs have hidden them. The non-retina menu sprites, and a number of other retina version icons are in the CSS, but I just cannot find the hi-res versions of the main top menu items such as messages and notifications. I've tried switching the site in Chrome using an iphone 4 agent to see if the site was loading a different css file for retina. It's not. I've even been through the javascript to see if they were changing files there.

I've explored every route I can think of. If anyone knows how to find them, please let me know. The icons are NOT for commercial use. They are NOT even for use on the Net. This is for a personal project of mine.

share|improve this question
This really ins't programming related... stackoverflow.com/about – Nate Sep 25 '12 at 0:52

closed as off topic by Igy, Ken White, Mysticial, Jack, Jav_Rock Sep 25 '12 at 6:09

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You're right; it was tricky. Looks like they're detecting the device pixel density. Got this via the iOS simulator and remote debugger.

http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/nrXN6nKy8Fx.png

share|improve this answer
I'm trying to find the menu items. Have you found them? As a matter of interest, why do you think they are detecting pixel density? You mean a device-pixel-ratio media query? – user1199178 Sep 25 '12 at 2:11
They posted about it here: facebook.com/notes/facebook-engineering/… Which menu items are you looking for? – Brad Dwyer Sep 25 '12 at 3:00
Brad, that's what I've got. Looks crap on retina. I was expecting to find a double sized version as they do for their other icons. I tried using the device pixel ratio query, but without success. Looks like I may have been doing something wrong. Thanks for the article. I'll have a look through it and see if I can figure out how to use the sprites I've got. – user1199178 Sep 25 '12 at 8:12
OK, I'm doing it right. There has to be a double resolution sprite set somewhere. For example this image s-static.ak.fbcdn.net/rsrc.php/v2/yp/x/eIYGs6KcwTJ.png has a hi res version s-static.ak.fbcdn.net/rsrc.php/v2/yp/x/UFv6ciLJGNm.png – user1199178 Sep 25 '12 at 8:32

Not the answer you're looking for? Browse other questions tagged or ask your own question.