replace pngs with jpg where smaller

This commit is contained in:
2023-06-30 19:13:15 +02:00
parent 69494e8d20
commit 5640cc6528
17 changed files with 13 additions and 13 deletions

View File

@@ -44,10 +44,10 @@
</div>
<div class="background-images" id="images">
<img src="/assets/screenshotPage1.png" id="img1" style="z-index: -6; opacity: 1;">
<img src="/assets/screenshotPage1.jpg" id="img1" style="z-index: -6; opacity: 1;">
<img src="/assets/screenshotPage2.png" id="img2" class="hidables" style="z-index: -5;">
<img src="/assets/screenshotPage3.png" id="img3" class="hidables" style="z-index: -4;">
<img src="/assets/screenshotPage4.png" id="img4" class="hidables" style="z-index: -3;">
<img src="/assets/screenshotPage3.jpg" id="img3" class="hidables" style="z-index: -4;">
<img src="/assets/screenshotPage4.jpg" id="img4" class="hidables" style="z-index: -3;">
<img src="/assets/screenshotPage5.png" id="img5" class="hidables" style="z-index: -2;">
<img src="/assets/screenshotPage6.png" id="img6" class="hidables" style="z-index: -1;">
</div>