We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdf0e3e + 954382b commit b5a9811Copy full SHA for b5a9811
19 - Webcam Fun/scripts-FINISHED.js
@@ -57,7 +57,7 @@ function takePhoto() {
57
link.href = data;
58
link.setAttribute('download', 'handsome');
59
link.innerHTML = `<img src="${data}" alt="Handsome Man" />`;
60
- strip.insertBefore(link, strip.firsChild);
+ strip.insertBefore(link, strip.firstChild);
61
}
62
63
function redEffect(pixels) {
0 commit comments