justcoded / just-responsive-images

WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.
48 stars 8 forks source link

Retina support #1

Closed aprokopenko closed 7 years ago

aprokopenko commented 7 years ago

Add a hook which will enable retina support.

The hook should set array of multipliers (like 2x, 2.75x, 3x, etc.)

With retina multipliers we automatically register 2x, 3x sizes and should print them as srcset/picture sources. And background with special media query for retina

aprokopenko commented 7 years ago

done