Questions tagged [retina]

Name used by Apple for their liquid crystal displays with a high pixel density.

239 questions
0
votes
1 answer

Adjust Image Path based on Device Retina Ratio

I'm creating a site for a photographer and I'm creating a gallery at the moment. To save me a lot of code I've automated much, including file name, path, width, lightbox class, etc. In the HTML I simply have to write an with a title and the…
Sander Schaeffer
  • 2,757
  • 7
  • 28
  • 58
0
votes
1 answer

Disable image links if Retina detected

I currently use retina.js to load Retina-optimised images on my website. It is great, but renders redundant all thumbnail links to larger images (which load with Fancybox). My question is how can I disable all links to images if Retina is detected?…
Paul Vincent
  • 43
  • 1
  • 9
0
votes
2 answers

How to use CSS to make this works on retina screen?

Code is like: The image file a.png is 100x100 but on retina screen it's very ugly so I can generate a 2x PNG file. But how do I make it work in this HTML code?
AGamePlayer
  • 7,404
  • 19
  • 62
  • 119
0
votes
1 answer

new to css background tag retina image support on multiple browsers, not showing in ff ie

I’m developing a webpage with Retina image support for the first time, I’m using background: -webkit-image-set( url(images/myimage.png) 1x, url(images/myimage_2x.png) 2x); I’ve got Safari on Mac working like…
TF35Lightning
  • 365
  • 3
  • 7
  • 22
0
votes
1 answer

What is the density size for iPhone 6+ in scaled mode

The retina display seems to be "high" in that resolution which is the equivalent of x2, is this correct?
bobo2000
  • 1,779
  • 7
  • 31
  • 54
0
votes
1 answer

High resolution image with Mapnik

I use Mapnik 2.2.0 to render a map from my Java library using the Mapnik JNI. This is working fine with no issues. I am now trying to make the map available in high resolution. I changed the image size in my code from 256x256 to 512x512. This…
bbk007
  • 71
  • 1
  • 6
0
votes
1 answer

my iOS app is in low resolution (status bar included)

I use an iPhone 6 and I launch Skype and my app. My app launches in low resolution (seems like non-retina) and Skype launches in high resolution - status bar resolution stays the same as in home menu of iOS, while the status bar in my app seems…
michal.ciurus
  • 3,616
  • 17
  • 32
0
votes
1 answer

Full screen responsive images mark up

I'm trying to figure out the best and simplest way to create a full screen image that supports retina screens and and also covers screen sizes from large desktop right down to phones. The image always fills the viewport at all widths. Seems to me…
0
votes
1 answer

Size retina text logo photoshop

My wordpress theme has a feature to upload retina logo's. I want to use a text logo. The description says I should upload a double sized logo. I don't understand if I have to create a new png file with all dimensions x 2, or if I have to create a…
Engo
  • 899
  • 3
  • 19
  • 49
0
votes
1 answer

Serving retina specific images in CSS are not working

Would really appreciate some help here. I have some social icons on my website, but on retina screens they don't look so good. So i have used media queries to serve 2x version of these images, for retina devices. Unfortunately they don't work, and…
Huzi
  • 21
  • 3
0
votes
1 answer

Cropping image to 1:1 and then resizing it

I am having a problem in cropping an image . My flow is : 1)Crop an image to 1:1 (for example , if there is any image of size 665 X 985 px then crop it to 665 X 665 px ). 2)resize it to 612 X 612 px same like instagram . For that the code i use is…
Devang Goswami
  • 284
  • 3
  • 23
0
votes
0 answers

Getting Mac NPAPI plugin to support high resolution windows for retina displays

I am working on a project where we have a Mac desktop application that has an NPAPI based browser plugin that can be used to edit it's documents through a browser. The codebase is a mixture of Carbon and Cocoa UI code that is shared between the app…
Matt
  • 488
  • 5
  • 12
0
votes
1 answer

Processing: saveFrame() and retina display

I'm trying to export frames from a Processing sketch using the saveFrame() function, but they come out very rough, specially the fonts. I'm on a Mac with retina display and even though when I'm running the sketch everything looks good and sharp,…
0
votes
2 answers

Safari NPAPI plugins and retina support

I'm facing issues with supporting retina screens with my Safari NPAPI plugin. I'm using a CoreGraphics based plugin and for some reason the backingScaleFactor returned by the windows I'm using is 1 instead of 2 on a retina screen. I tried to look…
Samir
  • 627
  • 4
  • 9
0
votes
1 answer

@2x images are too large, outside bounds on retina displays

I have added assets as described in the apple developer documentation naming my images imagename.png for low res and imagename@2x.png for retina. I have dragged images into my view on my storyborad and when I run this on a retina display device it…
Uberswe
  • 1,038
  • 2
  • 16
  • 36