Skip to content

Commit

Permalink
update img
Browse files Browse the repository at this point in the history
  • Loading branch information
shim369 committed Oct 21, 2023
1 parent 187505c commit 83560d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
<section class="move-section">
<div class="back-img-container">
<picture>
<source srcset="green.webp" media="(min-width:700px)" type="image/webp" />
<source srcset="green.jpg" media="(min-width:700px)" />
<source srcset="green_sp.webp" type="image/webp" />
<img src="green_sp.jpg" alt="green" class="nature" />
<source srcset="/green.webp" media="(min-width:700px)" type="image/webp" />
<source srcset="/green.jpg" media="(min-width:700px)" />
<source srcset="/green_sp.webp" type="image/webp" />
<img src="/green_sp.jpg" alt="green" class="nature" />
</picture>
</div>
<div class="front-img-container">
<picture>
<source srcset="mask.webp" media="(min-width:700px)" type="image/webp" />
<source srcset="mask.png" media="(min-width:700px)" />
<source srcset="mask_sp.webp" type="image/webp" />
<img src="mask_sp.png" alt="mask" class="mask" />
<source srcset="/mask.webp" media="(min-width:700px)" type="image/webp" />
<source srcset="/mask.png" media="(min-width:700px)" />
<source srcset="/mask_sp.webp" type="image/webp" />
<img src="/mask_sp.png" alt="mask" class="mask" />
</picture>
</div>

Expand Down

0 comments on commit 83560d5

Please sign in to comment.