Menu

#124 adjustable thumbnail height and width in config.inc.php

open
nobody
feature (41)
v0.95
5
2013-04-07
2008-05-22
Lifty
No

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 ;)

Discussion

  • Lifty

    Lifty - 2008-05-22
     
  • Lifty

    Lifty - 2008-05-22

    Logged In: YES
    user_id=1748364
    Originator: YES

    File Added: config.inc.php.example

     
  • Lifty

    Lifty - 2008-05-22
     
  • Lifty

    Lifty - 2008-06-07

    Logged In: YES
    user_id=1748364
    Originator: YES

    Don't you like it?

     
  • Christian Weiske

    • labels: --> feature
    • group: --> v0.95
     
  • Christian Weiske

    Ticket moved from /p/semanticscuttle/feature-requests/44/

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.