nateyolles / aem-developer-chrome

Chrome extension for AEM developers.
https://chrome.google.com/webstore/detail/aem-developer/hgjhcngmldfpgpakbnffnbnmcmohfmfc
MIT License
42 stars 10 forks source link

Support Retina Displays #13

Open kwin opened 9 years ago

kwin commented 9 years ago

Right now the popup looks quite blurry on a retina display. aem_sign_in

nateyolles commented 9 years ago

I can see that the screenshot is blurry, however, I'm not experiencing any blurriness on my Macbook Pro Retina. There's only one image in the extension, which I do need to update for Retina. There's also a glyph font which isn't visible in this screenshot.

Everything in this screenshot is just text, css borders and backgrounds. I've adjusted the zoom from 25% to 300% and I've adjusted my resolution from small to large; I haven't been able to duplicate the issue.

Can you provide more information on your display and settings?

nateyolles commented 9 years ago

https://code.google.com/p/chromium/issues/detail?id=443752

Chrome returns incorrect value for window.devicePixelRatio in extensions.

kwin commented 9 years ago

Indeed it happens only if an external (in this case non-retina) display is connected. If I use only the internal retina display it works correctly. Let's wait for Chrome to fix the issue then. Or do you by chance know of any workaround?