| Title |
Thumbnail and gif |
| Description |
I cannot make thumbnail.php show gif-attachments |
| Message Text |
Possible bug or perhaps not implemented:
I cannot show uploaded gif-files as thumbnails. It works OK for jpg and png.
I use this:
<?php if (strstr("gif jpg png", extension("{LINKFILETITLE}"))) { ?> <a href="download.php?id={LINKID}"><img src="thumbnail.php?id={LINKID}&thumbwidth=100&thumbheight=100" border="0" alt="click for full size version"></a> <?php } ?> |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
Dagge |
| Views |
842 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Jun 02, 2005 - 2:13 AM |