Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 committed Nov 20, 2024
1 parent af810aa commit 9e58d5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ <h2>Unlock your MacBook Pro®'s Full Brightness</h2>
<div class="img-comp-container">
<div class="img-comp-img img-comp-base">
<picture>
<source srcset="./res/demo_dark_md.webp" media="(max-width: 1280px)">
<source srcset="./res/demo_dark_md.webp" media="(max-width: 1600px)">
<img src="./res/demo_dark.webp" alt="MacBook Pro® with default maximum brightness">
</picture>
</div>
<div class="img-comp-img img-comp-overlay" style="width: 0">
<picture>
<source srcset="./res/demo_bright_md.webp" media="(max-width: 1280px)">
<source srcset="./res/demo_bright_md.webp" media="(max-width: 1600px)">
<img src="./res/demo_bright.webp" alt="MacBook Pro® with increased brightness through BrightIntosh">
</picture>
</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h2>Compatibility</h2>
<div class="row">
<div class="col example-image">
<picture>
<source srcset="./res/MacBookPro_sm.webp" media="(max-width: 900px)">
<source srcset="./res/MacBookPro_sm.webp" media="(max-width: 1200px)">
<img src="./res/MacBookPro.webp" alt="Illustration of Apple MacBook Pro">
</picture>
</div>
Expand All @@ -112,7 +112,7 @@ <h2>Compatibility</h2>
<div class="row">
<div class="col example-image">
<picture>
<source srcset="./res/ProDisplayXDR_sm.webp" media="(max-width: 900px)">
<source srcset="./res/ProDisplayXDR_sm.webp" media="(max-width: 1200px)">
<img src="./res/ProDisplayXDR.webp" alt="Illustration of Apple Pro Display XDR">
</picture>
</div>
Expand Down
Binary file modified res/demo_bright_md.webp
Binary file not shown.
Binary file modified res/demo_dark_md.webp
Binary file not shown.

0 comments on commit 9e58d5d

Please sign in to comment.