Fixed typo
This commit is contained in:
parent
23b5766b82
commit
ca71ff1418
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ importance: 4
|
|||
|
||||
# Load images with a callback
|
||||
|
||||
Normally, images are loaded when they are created. So i when we add `<img>` to the page, the user does not see the picture immediately. The browser needs to load it first.
|
||||
Normally, images are loaded when they are created. So when we add `<img>` to the page, the user does not see the picture immediately. The browser needs to load it first.
|
||||
|
||||
To show an image immediately, we can create it "in advance", like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue