Skip to content

Commit

Permalink
Add an empty alt attribute to the blur image to satisfy a11y recommen…
Browse files Browse the repository at this point in the history
…dations
  • Loading branch information
krille committed Oct 10, 2018
1 parent d7e043d commit c3256d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/blur-up/ls.blur-up.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

blurImg.className = 'ls-blur-up-img';
blurImg.src = src;
blurImg.alt = '';

blurImg.className += ' ls-inview';

Expand Down

0 comments on commit c3256d6

Please sign in to comment.