Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Convert homepage thumbs to JPG.
  • Loading branch information
XhmikosR committed Jul 2, 2017
1 parent 8d80ae3 commit 861507b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/assets/img/screenshots/mpc-hc.dvb.thumb.png
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 3 additions & 3 deletions source/index.html
Expand Up @@ -28,7 +28,7 @@
<div class="row features gallery">
<div class="col-xs-12 col-sm-4">
<a class="thumbnail" href="/assets/img/screenshots/mpc-hc.original.png" title="MPC-HC's main window">
<img src="/assets/img/screenshots/mpc-hc.original.thumb.png" width="300" height="200" alt="MPC-HC's main window">
<img src="/assets/img/screenshots/mpc-hc.original.thumb.jpg" width="300" height="200" alt="MPC-HC's main window">
</a>
<h1>Lightweight</h1>
<p>
Expand All @@ -37,7 +37,7 @@ <h1>Lightweight</h1>
</div>
<div class="col-xs-12 col-sm-4">
<a class="thumbnail" href="/assets/img/screenshots/mpc-hc.toolbar.png" title="MPC-HC with custom toolbar" data-title-id="title-toolbar">
<img src="/assets/img/screenshots/mpc-hc.toolbar.thumb.png" width="300" height="200" alt="MPC-HC with custom toolbar">
<img src="/assets/img/screenshots/mpc-hc.toolbar.thumb.jpg" width="300" height="200" alt="MPC-HC with custom toolbar">
</a>
<h1>Customizable</h1>
<p>
Expand All @@ -47,7 +47,7 @@ <h1>Customizable</h1>
</div>
<div class="col-xs-12 col-sm-4">
<a class="thumbnail" href="/assets/img/screenshots/mpc-hc.dvb.png" title="MPC-HC as DVB Player">
<img src="/assets/img/screenshots/mpc-hc.dvb.thumb.png" width="300" height="200" alt="MPC-HC as DVB Player">
<img src="/assets/img/screenshots/mpc-hc.dvb.thumb.jpg" width="300" height="200" alt="MPC-HC as DVB Player">
</a>

<h1>All around player</h1>
Expand Down

0 comments on commit 861507b

Please sign in to comment.