We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0098fb9 commit 773cf4bCopy full SHA for 773cf4b
src/pages/2023-05/lazy-load-images/index.md
@@ -127,7 +127,7 @@ Now the only thing left to do is to fade in the full image once it is loaded. Th
127
```
128
129
```js
130
-const blurredImageDiv = document.querySelectorAll(".blurred-image")
+const blurredImageDiv = document.querySelector(".blurred-image")
131
const img = blurredImageDiv.querySelector("img")
132
function loaded() {
133
blurredImageDiv.classList.add("loaded")
0 commit comments