use pngs instead of gifs when pngs are smaller
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 903 B |
BIN
images/no_screenshot.png
Normal file
BIN
images/no_screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 774 B |
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
BIN
images/winehq_top_logo.png
Normal file
BIN
images/winehq_top_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
@@ -24,7 +24,7 @@
|
||||
<td>
|
||||
<table width="100%" cellpadding=0 cellspacing=0>
|
||||
<tr>
|
||||
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.gif" width=300 height=99 alt="Wine HQ"></a></td>
|
||||
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.png" width=300 height=99 alt="Wine HQ"></a></td>
|
||||
<td>
|
||||
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
|
||||
</td>
|
||||
|
||||
@@ -19,7 +19,7 @@ function get_screenshot_img($appId, $versionId="")
|
||||
|
||||
if(!$result || !mysql_num_rows($result))
|
||||
{
|
||||
$imgFile = "<img src='".BASE."images/no_screenshot.gif' alt='No Screenshot' />";
|
||||
$imgFile = "<img src='".BASE."images/no_screenshot.png' alt='No Screenshot' />";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user