Add WebP versions of photos
This commit is contained in:
+4
-1
@@ -158,7 +158,10 @@
|
||||
</ul>
|
||||
|
||||
<figure>
|
||||
<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" />
|
||||
<picture>
|
||||
<source type="image/webp" srcset="/assets/FrontProto-1024x455.webp 1024w, /assets/FrontProto.webp 1112w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" />
|
||||
<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" />
|
||||
</picture>
|
||||
</figure>
|
||||
|
||||
<hr />
|
||||
|
||||
Reference in New Issue
Block a user