Lazy load images, explicity dimensions
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="nav-wrap">
|
||||
<a class="brand" href="/"><img src="/assets/logo.png" alt="Protospace" /></a>
|
||||
<a class="brand" href="/"><img width="360" height="70" src="/assets/logo.png" alt="Protospace" /></a>
|
||||
<nav class="nav">
|
||||
<a href="/the-space/">About</a>
|
||||
<a href="/join-us/">Membership</a>
|
||||
@@ -158,7 +158,7 @@
|
||||
</ul>
|
||||
|
||||
<figure>
|
||||
<img width="1024" height="455" src="/assets/FrontProto-1024x455.jpg" alt="Exterior of the Protospace makerspace" />
|
||||
<img width="1024" height="455" src="/assets/FrontProto-1024x455.jpg" srcset="/assets/FrontProto-1024x455.jpg 1024w, /assets/FrontProto.jpg 1112w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="Exterior of the Protospace makerspace" loading="lazy" decoding="async" />
|
||||
</figure>
|
||||
|
||||
<hr />
|
||||
|
||||
Reference in New Issue
Block a user