airfranceklm / ng-lazy-image

Angular directive for loading responsive image when container (which is preventing reflow) is in viewport.
http://afklm.github.io/ng-lazy-image/
MIT License
351 stars 64 forks source link

Retina support? #35

Closed musdy closed 8 years ago

musdy commented 8 years ago

Hello,

Is there any way to support retina images 2x?

Something like this maybe?

SquadraCorse commented 8 years ago

it is using old srcset setup, so pixeldensity is already in it!

musdy commented 8 years ago

Perfect!