diff options
author | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 21:40:07 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-21.devices.brown.edu> | 2022-09-06 21:40:07 -0400 |
commit | 129e64c82eab37296c22c0beabf21d6fd1545099 (patch) | |
tree | 14474fb7586c59699976d7a58e2896e2b2975c1a /script.js | |
parent | 8d0e91a305e90b2e16fdadbfbc5fa77ddcafb735 (diff) |
crop and reduce image sizes. add some alt tags for accessibility.
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ const THRESHOLD_FIDELITY = 150; // accessibility tab index const sectionsAndHeaders = document.querySelectorAll('section, header'); -console.log(sectionsAndHeaders) sectionsAndHeaders.forEach(ele => ele.tabIndex = "1"); // mutation observer for the video element |