summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-31 06:54:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-31 06:54:08 +0000
commit5f3a6de6d6e57187f9644c3d3922e3947a6f7676 (patch)
treee6102a957455aa422bb5544fadcd9cce5c315a7c /templates/show_now_playing.inc
parentd00c637d49cd12f8adbd56774267c7e90278374c (diff)
downloadampache-5f3a6de6d6e57187f9644c3d3922e3947a6f7676.tar.gz
ampache-5f3a6de6d6e57187f9644c3d3922e3947a6f7676.tar.bz2
ampache-5f3a6de6d6e57187f9644c3d3922e3947a6f7676.zip
added automatic image resizing, defaults to off
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r--templates/show_now_playing.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc
index 62f04c72..f8821fdc 100644
--- a/templates/show_now_playing.inc
+++ b/templates/show_now_playing.inc
@@ -49,7 +49,7 @@
if (conf('play_album_art')) {
echo "\t<td align=\"center\">";
echo "<a target=\"_blank\" href=\"" . conf('web_path') . "/albumart.php?id=" . $song->album . "\">";
- echo "<img align=\"middle\" border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $song->album . "&amp;fast=1\" alt=\"Album Art\" height=\"75\" />";
+ echo "<img align=\"middle\" border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $song->album . "&amp;fast=1&thumb=1\" alt=\"Album Art\" height=\"75\" />";
echo "</a>\n";
echo "\t</td>\n";
echo "</tr>\n";