Name used by Apple for their liquid crystal displays with a high pixel density.
Questions tagged [retina]
239 questions
0
votes
1 answer
Retina, the lazy way?
I plan on building a simple static site using Bootstrap, which, to my knowledge, does not have built-in support for retina images like Foundation does. I'm curious, what's stopping me from just making all the imagery for the site double the intended…

CaptSaltyJack
- 15,283
- 17
- 70
- 99
0
votes
2 answers
Debug on iOS device gives wrong screen size
I'm trying to run my application on an iPod 5 (4inch retina screen) but it shows the 3,5 inch version of the application.
On an iPhone 5S it does show the correct screen size. Are there any known settings to accomplish a setup like this and how can…

Sven
- 97
- 8
0
votes
0 answers
Responsive design on retina devices
I'm relatively new to CSS and I've been researching and researching this, but I'm still very unsure and thoroughly confused about how to properly make a responsive CSS for a site that works on mobile devices with retina screens.
When I use…

mbauer
- 11
- 1
0
votes
1 answer
Check if retina or not using only one image
as the title says. Is it possible to use only one picture that is already suit for retina, but when not using a retina screen, the picture automatically resizes/crops down to be a non-retina picture? I'm having this problem with IE (and I'm using a…

maverick
- 800
- 2
- 13
- 30
0
votes
0 answers
Xcode using retina images for all devices
I have following images on my XCode project.
appstore~iphone.png
appstore@2x~iphone.png
appstore~ipad.png
appstore@2x~ipad.png
But whenever I use an image as appstore.png, only retina images (2x) are being used.
Any help would be highly…

Ram Gurung
- 13
- 1
- 6
0
votes
1 answer
App to support all i-Phone screen resolutions?
I create an app in which I show all the UIControls. My app is running on Retina 4.0, which code should I use to make my app for all screen resolutions?
In my app I uses OOPS concept to store my data. I created a class User and made property for…

yogendra TRInfo
- 33
- 6
0
votes
0 answers
Are link with unmached media is loaded?
I can a stylesheet with media parameter like this:
But if I use images inlined with data-uri in retina.css the file will be large. I do not want to load this extra…

Даниил Пронин
- 1,200
- 18
- 34
0
votes
1 answer
How to use protractor to specify `devicePixelRatio` for e2e testing?
We're using protractor for angularjs application e2e tests. We have a feature which will check the devicePixelRatio of window, then generate different image url in order to provide high-quality image for retina screens.
But how to test it with…

Freewind
- 193,756
- 157
- 432
- 708
0
votes
1 answer
Coordinates and sizes on iOS retina display are off
I have this objective-c code to display a rectangle in the center of the screen:
modalView = [[UIView alloc] initWithFrame:CGRectMake(24, 404, 592, 353)]
modalView.backgroundColor = [UIColor redColor];
The problem is that when I run it, the…

user1778698
- 1
- 3
0
votes
1 answer
Make game canvas high res (retina)
The goal is to make a game canvas high res / retina.
I'm working with a software called Gamemaker and I want to make this canvas high res / retina. Though I have no real idea how to implant this.
Here are two links who explain the problem very…

Ruben
- 1
- 1
0
votes
1 answer
SVG image sprite not working in IE9 and 10
this isn't just an issue in IE 9 & 10, but also older versions of Safari like 5.1.7
I want to use an SVG image sprite and it looks fine on all the latest versions of Chrome, Firefox, and IE, but on IE 9 & 10, it makes the image look squashed and not…

user933061
- 13
- 1
- 8
0
votes
1 answer
Two textures scale difrrent on retina iPad
I'm having a problem with that code:
rect = new Rect(saveTextures[0].width, saveTextures[0].height, saveTextures[1].width, saveTextures[1].height);
GUI.DrawTexture(rect, saveTextures[0]);
if(GUI.Button(rect, saveTextures[1]){
//do stuff
}
It…

gabrjan
- 3,080
- 9
- 40
- 69
0
votes
3 answers
How to make retina ready image that can be used on retina and non retina devices
This is a follow up to the link below
Preparing the images for retina-ready (web)
This is clarification, because so many words mean different things to different people. It appears that to have one image that looks good on both retina and non-retina…

Paeon
- 85
- 1
- 8
0
votes
1 answer
adding @2x to src above certain resolution on none retina devices
I use retinaJS on my site to serve @2x images on retina devices.
I would also like to be able to use jQuery to server @2x images on none retina - large screen desktop devices. So if the screen resolution is above 1330px then I want to be able to add…

dubbs
- 1,167
- 2
- 13
- 34
0
votes
1 answer
Simple image & retina image in one img
I have this code:
smi.png - it's simple image
I have smi2.png - it's retina image
How can I set two images in this code?


Bohdan Vorona
- 685
- 1
- 13
- 26