Lazy load images, explicity dimensions
This commit is contained in:
@@ -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>
|
||||
@@ -82,15 +82,15 @@
|
||||
<h1>3D Printers</h1>
|
||||
<div class="entry">
|
||||
<figure>
|
||||
<img width="1024" height="768" src="/assets/3d-printers-1-1024x768.jpg" alt="3D printer in the printer village" />
|
||||
<img width="1024" height="768" src="/assets/3d-printers-1-1024x768.jpg" srcset="/assets/3d-printers-1-1024x768.jpg 1024w, /assets/3d-printers-1.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="3D printer in the printer village" decoding="async" fetchpriority="high" />
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img width="1024" height="768" src="/assets/3d-printers-2-1024x768.jpg" alt="3D printer equipment" />
|
||||
<img width="1024" height="768" src="/assets/3d-printers-2-1024x768.jpg" srcset="/assets/3d-printers-2-1024x768.jpg 1024w, /assets/3d-printers-2.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="3D printer equipment" loading="lazy" decoding="async" />
|
||||
</figure>
|
||||
|
||||
<figure>
|
||||
<img width="1024" height="768" src="/assets/3d-printers-3-1024x768.jpg" alt="3D printer in operation" />
|
||||
<img width="1024" height="768" src="/assets/3d-printers-3-1024x768.jpg" srcset="/assets/3d-printers-3-1024x768.jpg 1024w, /assets/3d-printers-3.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="3D printer in operation" loading="lazy" decoding="async" />
|
||||
</figure>
|
||||
|
||||
<p></p>
|
||||
|
||||
Reference in New Issue
Block a user