|
From: <pdo...@us...> - 2021-03-31 05:20:45
|
Revision: 14911
http://sourceforge.net/p/squirrelmail/code/14911
Author: pdontthink
Date: 2021-03-31 05:20:39 +0000 (Wed, 31 Mar 2021)
Log Message:
-----------
Scale images to viewable space
Modified Paths:
--------------
trunk/squirrelmail/src/image.php
Modified: trunk/squirrelmail/src/image.php
===================================================================
--- trunk/squirrelmail/src/image.php 2021-03-31 05:13:32 UTC (rev 14910)
+++ trunk/squirrelmail/src/image.php 2021-03-31 05:20:39 UTC (rev 14911)
@@ -52,7 +52,7 @@
<table border="0" cellspacing="0" cellpadding="2" align="center">
<tr><td bgcolor="<?php echo $color[4]; ?>">
-<img src="<?php echo $DownloadLink; ?>" />
+<img width="100%" src="<?php echo $DownloadLink; ?>" />
</td></tr></table>
<?php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|