summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-23 03:03:46 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-23 03:03:46 +0000
commitb21d7bb720f7cb78ded502091d74eab16d50b265 (patch)
treeea7d7bb1e2f1ae1d90588d1cf7457b8a251dcf8d /templates
parent43b01439c69217a1fa9a5aa131b2410ea0169881 (diff)
downloadampache-b21d7bb720f7cb78ded502091d74eab16d50b265.tar.gz
ampache-b21d7bb720f7cb78ded502091d74eab16d50b265.tar.bz2
ampache-b21d7bb720f7cb78ded502091d74eab16d50b265.zip
force the width to 75 regardless, this is needed to prevent it from distorting the now playing
Diffstat (limited to 'templates')
-rw-r--r--templates/show_now_playing_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php
index 3fb4c794..6b6dc3f8 100644
--- a/templates/show_now_playing_row.inc.php
+++ b/templates/show_now_playing_row.inc.php
@@ -41,6 +41,6 @@ $artist = scrub_out(truncate_with_ellipse($song->f_artist_full,'25'));
<?php if (conf('play_album_art')) { ?>
<td class="np_cell">
<a target="_blank" href="<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;type=popup&amp;sid=<?php echo session_id(); ?>" onclick="popup_art('<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;type=popup&amp;sid=<?php echo session_id(); ?>'); return false;">
- <img align="middle" border="0" src="<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;thumb=1&amp;sid=<?php echo session_id(); ?>" alt="Album Art" height="75" /></a>
+ <img align="middle" border="0" src="<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;thumb=1&amp;sid=<?php echo session_id(); ?>" alt="Album Art" height="75" width="75" /></a>
</td>
<?php } // end play album art ?>