Skip to content

Commit 30dd4fd

Browse files
committed
Set the width and height attributes to the avatar image.
1 parent 2bf31ae commit 30dd4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
<section id="introduction">
2020
<a href="#">
21-
<img id="avatar" alt="avatar" src="images/avatar.jpg" />
21+
<img id="avatar" alt="avatar" src="images/avatar.jpg" width="360" height="360" />
2222
</a>
2323
<div class="designation">
2424
<span id="name">Pavel Sobolev</span>

0 commit comments

Comments
 (0)