Skip to content

Commit c2bc0ae

Browse files
authored
Merge pull request jackmoore#121 from adevendorf/master
Adding an empty alt attribute for accessibility validation
2 parents 6dadbb7 + f69cf38 commit c2bc0ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jquery.zoom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
};
228228

229229
img.src = settings.url;
230+
img.alt = '';
230231
});
231232
};
232233

jquery.zoom.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)