Author: duncan Date: Sun Dec 31 18:04:53 2006 New Revision: 8882 Modified: branches/rel-1/freevo/freevo_config.py
Log: Added WWW_IMAGE sizes for webserver Modified: branches/rel-1/freevo/freevo_config.py ============================================================================== --- branches/rel-1/freevo/freevo_config.py (original) +++ branches/rel-1/freevo/freevo_config.py Sun Dec 31 18:04:53 2006 @@ -1753,6 +1753,12 @@ WEBSERVER_GID = 0 # +# Some sizes for the images in the web library +# +WWW_IMAGE_THUMBNAIL_SIZE = (200, 200) +WWW_IMAGE_THRESHOLD_SIZE = (800, 600) + +# # Username / Password combinations to login to the web interface. # These should be overridden in local_conf.py # ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
