strues/retinajs

data-no-retina not necessary

syildiz opened this issue · 1 comments

code line number 53;

if (image.getAttributeNode('data-at2x'))

instead of

if (!!!image.getAttributeNode('data-no-retina'))

"data-no-retina" attribute removed. if the object attribute has been set to "data-at2x", this will run automatically.

Applied this. Thank you!