Add WebP versions of photos
This commit is contained in:
@@ -82,13 +82,19 @@
|
||||
<h1>Laser Cutters</h1>
|
||||
<div class="entry">
|
||||
<figure>
|
||||
<img width="1024" height="768" src="/assets/laser-cutters-1-1024x768.jpg" srcset="/assets/laser-cutters-1-1024x768.jpg 1024w, /assets/laser-cutters-1.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="Laser cutter in the laser cutting area" decoding="async" fetchpriority="high" />
|
||||
<picture>
|
||||
<source type="image/webp" srcset="/assets/laser-cutters-1-1024x768.webp 1024w, /assets/laser-cutters-1.webp 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" />
|
||||
<img width="1024" height="768" src="/assets/laser-cutters-1-1024x768.jpg" srcset="/assets/laser-cutters-1-1024x768.jpg 1024w, /assets/laser-cutters-1.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="Laser cutter in the laser cutting area" decoding="async" fetchpriority="high" />
|
||||
</picture>
|
||||
</figure>
|
||||
|
||||
<p>Our laser cutting area also includes two mini desktop CNC mills:</p>
|
||||
|
||||
<figure>
|
||||
<img width="1024" height="768" src="/assets/laser-cutters-3-1024x768.jpg" srcset="/assets/laser-cutters-3-1024x768.jpg 1024w, /assets/laser-cutters-3.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="Laser cutter and CNC equipment" loading="lazy" decoding="async" />
|
||||
<picture>
|
||||
<source type="image/webp" srcset="/assets/laser-cutters-3-1024x768.webp 1024w, /assets/laser-cutters-3.webp 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" />
|
||||
<img width="1024" height="768" src="/assets/laser-cutters-3-1024x768.jpg" srcset="/assets/laser-cutters-3-1024x768.jpg 1024w, /assets/laser-cutters-3.jpg 1280w" sizes="(max-width: 760px) calc(100vw - 24px), 750px" alt="Laser cutter and CNC equipment" loading="lazy" decoding="async" />
|
||||
</picture>
|
||||
</figure>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user