We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522c73a commit 5a0a642Copy full SHA for 5a0a642
1 file changed
js/common.js
@@ -426,6 +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);
430
image.attr('src', 'data:image/jpeg;base64,' + photo.data);
431
$(node).append(link.append(image));
432
}
0 commit comments