We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0a642 commit 0aa8a49Copy full SHA for 0aa8a49
1 file changed
js/common.js
@@ -426,7 +426,7 @@ $(document).ready(function () {
426
link.attr('href', photo.url);
427
link.attr('title', photo.title);
428
image = $('<img>');
429
- image.attr('alt', photo.title);
+ image.attr('alt', '');
430
image.attr('src', 'data:image/jpeg;base64,' + photo.data);
431
$(node).append(link.append(image));
432
}
0 commit comments