adjustable thumbnail height and width in config.inc.php
Brought to you by:
cweiske
I put two vars in the config file to adjust the size of the thumbnails and accordingly changed the bookmarks.tpl.php file:
config.inc.php
$websiteThumbnailsWidth = 90; # width of thumbnails in pixel, max value 240
$websiteThumbnailsHeight = 68; # height of thumbnails in pixel, max value 180
bookmarks.tpl.php
if ($GLOBALS['enableWebsiteThumbnails']) {
echo '';
}
Have applied it here: http://links.nuclearwinter.de/index/ and love the bigger images ;)
Logged In: YES
user_id=1748364
Originator: YES
File Added: config.inc.php.example
Logged In: YES
user_id=1748364
Originator: YES
Don't you like it?
Ticket moved from /p/semanticscuttle/feature-requests/44/