Switch to jpg for default showcase images to save some space

This commit is contained in:
Greg Neagle
2025-06-29 18:04:46 -07:00
parent 9e45230d8d
commit e727aa6aa2
7 changed files with 3 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 746 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

@@ -40,8 +40,8 @@ window.onload=function(){
<div class="showcase">
<div class="stage" onClick='stageClicked();'>
<img href="#" alt="Branding" src="static/branding.png" />
<img href="#" alt="Branding" src="static/branding1.png" />
<img href="#" alt="Branding" src="static/branding2.png" />
<img href="#" alt="Branding" src="static/branding.jpg" />
<img href="#" alt="Branding" src="static/branding1.jpg" />
<img href="#" alt="Branding" src="static/branding2.jpg" />
</div>
</div>