Skip to content

Commit

Permalink
added aria-hidden attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
krille committed Oct 11, 2018
1 parent c3256d6 commit 1d62efb
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 @@ -72,6 +72,7 @@
blurImg.className = 'ls-blur-up-img';
blurImg.src = src;
blurImg.alt = '';
blurImg.setAttribute('aria-hidden', 'true');

blurImg.className += ' ls-inview';

Expand Down

0 comments on commit 1d62efb

Please sign in to comment.