Skip to content

Commit

Permalink
reduce screenshot image size
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Jan 13, 2024
1 parent 5fd4a44 commit 69e36d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@

<div class="container col-xxl-9 px-4 py-2 py-lg-4" id="hero">
<div class="row flex-lg-row-reverse align-items-center g-5 py-4 py-lg-6">
<div class="col-12 mt-5 mt-lg-3 col-lg-6">
<img src="screenshot.png" id="hero-image" class="d-block mx-lg-auto img-fluid"
<div class="col-12 mt-5 mt-lg-5 col-lg-6">
<img src="screenshot.jpg" id="hero-image" class="d-block mx-lg-auto img-fluid"
alt="Two example screenshots of podcast apps displaying a list of chapters" width="2024"
height="1424" loading="lazy" data-tippy-content="Screenshot"
style="transform: scale(1.07);">
style="box-shadow: 0 0 30px #00000077; border-radius: 6px;">
</div>
<div class="col-lg-6 mt-4 mt-sm-8">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Play MP3 audio files with chapters<span
Expand Down
Binary file added player/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69e36d0

Please sign in to comment.