[css-d] Retina Graphic Sizes

2015-09-20 Thread Crest Christopher
I have a question about retina graphics, if a graphic designed for the iPhone 2 is be double the size of the original graphic; does the iPhone strictly scale the graphic down to the size of the original graphic or does it use the scaled, x2 graphic ? -- .(-. Christopher .-).--

Re: [css-d] Retina Graphic Sizes

2015-09-20 Thread Tom Livingston
On Sunday, September 20, 2015, Crest Christopher wrote: > I have a question about retina graphics, if a graphic designed for the > iPhone 2 is be double the size of the original graphic; does the iPhone > strictly scale the graphic down to the size of the original graphic or does > it use the sca

Re: [css-d] Retina Graphic Sizes

2015-09-20 Thread Crest Christopher
What is the hardware doing, as I said, simply scaling down the x2 image to what the x1 image is; or literally using the x2 graphic ? You will need to place the same dimensions of the 1x image on the 2x image. In other words, you need to scale it down in the mark up or CSS. ? Tom Livi

Re: [css-d] Retina Graphic Sizes

2015-09-20 Thread Tom Livingston
It uses the 2x if you serve it the 2x, but if you don't give it the same coded dimensions as the 1x it will render at its native size. On Sunday, September 20, 2015, Crest Christopher wrote: > What is the hardware doing, as I said, simply scaling down the x2 image to > what the x1 image is; or l