Skip to content

Commit

Permalink
Merge pull request #645 from hlxsites/fix-wesee-images
Browse files Browse the repository at this point in the history
feat: add local images for wesee block
  • Loading branch information
duynguyen authored Jan 9, 2024
2 parents da3d790 + c79209c commit c3f810a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fragments/wesee.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ <h2>We partner deep</h2>
</div>
<div class="img-rap rellax" data-rellax-speed="1" data-scroll data-animation="fadeInUp">
<picture>
<source type="image/webp" srcset="/media_16c4292aa0113716ac99b0a62d7fa131cfab06150.png?format=webp">
<img loading="lazy" class="w-full h-full object-cover" alt="scientist" src="/media_16c4292aa0113716ac99b0a62d7fa131cfab06150.png?format=jpeg">
<source type="image/webp" srcset="/images/wesee/scientist-microscope.webp">
<img loading="lazy" class="w-full h-full object-cover" alt="scientist" src="/images/wesee/scientist-microscope.png">
</picture>
</div>
</div>
Expand Down Expand Up @@ -55,8 +55,8 @@ <h2 data-scroll>Integrated workflows</h2>
</div>
<div class="img-rap rellax" data-rellax-speed="2" data-scroll data-animation="fadeInUp">
<picture>
<source type="image/webp" srcset="/media_1977c61dabf4ffd8047295f3c0c7a434d5a51f243.png?format=webp">
<img loading="lazy" class="w-full h-full object-cover" alt="Echo 525" src="/media_1977c61dabf4ffd8047295f3c0c7a434d5a51f243.png?format=jpeg">
<source type="image/webp" srcset="/images/wesee/automation.webp">
<img loading="lazy" class="w-full h-full object-cover" alt="Echo 525" src="/images/wesee/automation.png">
</picture>
</div>
</div>
Expand Down Expand Up @@ -85,8 +85,8 @@ <h2>Driving efficiency</h2>
</div>
<div class="img-rap rellax" data-rellax-speed="2" data-scroll data-animation="fadeInUp">
<picture>
<source type="image/webp" srcset="/media_1a6b13005b068f0538686a58916467a42f4c08b29.png?format=webp">
<img loading="lazy" class="w-full h-full object-cover" alt="petri dish" src="/media_1a6b13005b068f0538686a58916467a42f4c08b29.png?format=jpeg">
<source type="image/webp" srcset="/images/wesee/petri-dish.webp">
<img loading="lazy" class="w-full h-full object-cover" alt="petri dish" src="/images/wesee/petri-dish.png">
</picture>
</div>
</div>
Expand Down
Binary file added images/wesee/automation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wesee/automation.webp
Binary file not shown.
Binary file added images/wesee/petri-dish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wesee/petri-dish.webp
Binary file not shown.
Binary file added images/wesee/scientist-microscope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wesee/scientist-microscope.webp
Binary file not shown.

0 comments on commit c3f810a

Please sign in to comment.