Abban / jQuery-Picture

jQuery plugin to handle responsive images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retina Support

Abban opened this issue · comments

Add support for pixel density somehow.

I agree.

So how does the retina support work exactly? I'm testing this on iPhone 4S using the picture tag, and its responding to 960 width instead of 480.

It just multiplies the width by the pixel density. You need to have a breakpoint in the tag set for the larger sizes then. TBH I never use this option, I just use the jpeg compression technique.