17.09.2011, 16:57
...also muss die Höhe beschränkt und die Breite automatisch skaliert werden.
Probier mal in der Zeile
durch
zu ersetzen. Ob die 70 für die Höhe passt, musst Du selbst sehen.
Probier mal in der Zeile
PHP-Code:
$gallery .= '<div style="text-align: center; padding: 30px; float: left; width: 130px;"><a style="width: 130px;white-space: pre; font-size: 8pt;" href="ezgallery.php?action=view&id=' . $row['ID_PICTURE'] . '" alt="' . $row['title'] . '" title="' . $row['title'] . '">' . substr($row['title'], 0, 20) . '...<br /><img src="gallery/' . $row['thumbfilename'] . '" width="100" /></a><br />Von: <a href="' . get_profile_link($row['ID_MEMBER']) . '">' . $row['username'] . '</a><br />Betrachtungen: ' . $row['views'] . '<br />Kommentare: ' . $row['commenttotal'] . '</div>';
PHP-Code:
width="100"
PHP-Code:
height="70" width="auto"