replace pngs with jpg where smaller
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user