justcoded / just-responsive-images

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

fix(ie): not removing src attribute on IE browsers #18

Closed therajumandapati closed 6 years ago

aprokopenko commented 6 years ago

If I remember correctly we do not remove "src" attribute at all. So this code part is not needed at all. IE check work buggly and sometimes not worked, so we decide to remove this part for all browsers

therajumandapati commented 6 years ago

I see, closing the PR in that case. Thanks for looking into this.