I have coded a webpage meant for retina display. I currently do not have a retina display monitor.
Is there any simulator application or tool to test web pages for retina display?
Or, are there monitors(not Apple's MacBook or iPad) which are similar to Apple's retina display?
Thanks in advance.
Retina display is a term coined by Apple that just means that the pixel density on a screen is so high that the naked human eye cannot distinguish individual pixels at a normal viewing distance. It allows the screen to show more detail and improves the viewing experience.
A Retina image is an image created specifically to look sharp on a Retina display. Websites which are not optimized for these screens by comparison look blurry and less appealing. That's why the technology being used to display the images you've implemented on your digital platform is an important consideration.
about:config hack on Firefox
You actually can using Firefox:
about:config
layout.css.devPixelsPerPx
Screenshot:
(source: staticflickr.com)
Refresh your page - boom, your media query has now kicked in! Hats off to Firefox for being awesome for web developing!
This was done on Windows 7 with Firefox 21.0.
The advantage of this solution is that it will trigger media queries and other advanced logic. If you're not doing that, and you're just feeding everyone the HiDPI images, you can just zoom in with Chrome etc (or write CSS to zoom for you, if that floats your boat).
Zooming on Firefox & Edge
Currently on Firefox and Edge, if you zoom it triggers dppx-based media queries. So this easier approach may be sufficient, but be aware that the functionality is reported as a "won't fix" bug for Firefox, so this could change.
You can check with the Chrome Browser to test retina display working or not, use this guide
Chrome Browser
and right click
then click inspect element
console, search, emulation and rendering
emulation
, then pull up the bar tab as shown below left
, adjust the device, screen etc.Please check this article for detail guide : http://www.gee.web.id/2014/09/how-test-retina-display-on-chrome.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With