Contents
 Welcome
 Getting Started
    System Requirements
    Standard Installation
    Checking Your Site
    Email Templates
    WCF Services Installation
    Web.config
       Configuration/configSections
       Configuration/system.runtime.caching
       Configuration/Validation
       Configuration/loggingConfiguration
       Configuration/exceptionHandling
       Configuration/connectionStrings
       Configuration/appSettings
          EnableSSL
          SiteMapCategoryDepth
          SiteMapRegionDepth
       Configuration/unity
       Configuration/lightSpeedContexts
       Configuration/system.serviceModel
       Configuration/applicationSettings
          NotificationTemplatesFolder
          LicenseKey
          LogFileName (for LightSpeed)
       Configuration/system.web
       Configuration/system.webserver
       Configuration/system.net
          host
          port
          userName & password
       Configuration/runtime
 Administration Guide
    Site Preferences
       Setup
       Display
       Logo
       Contact
       Version
       Images
    Billing and Fees
       Edit Fees
       Payment Providers
       Authorize.Net
       Credit Card Types
       PayPal
       Fee Invoices (New)
          Site Fee Invoice
       Fee Invoices (Paid)
    Users
       Management
       Custom Fields
    Listings
       General
       Auction
       Fixed Price
       Classified
       Extend
       Shipping
       Custom Fields
    Categories
       General
          Edit Category Detail
    Region
       General
    Content
       General
          Editor
    Banners
    International
       General
       Currencies
          Conversion
       Languages
       Cultures


Home > Administration Guide > Site Preferences > Images

Images

 

This section provides settings which control various aspects of how user-supplied media is handled, including where it is saved, maximum dimensions when re-sizing, etc.  If a custom media asset provider is installed, it will be configured from this section.

Context - This is the context where the setting applies.  By default, the following contexts are included:

  • UploadListingImage - applies to images uploaded by end users when creating or editing a listing.
  • UploadYouTubeVideoID - applies to a YouTube video specified by end users when creating or editing a listing.
  • UploadSiteLogo - applies to the image uploaded by an admin user to be displayed in the website header
  • UploadBannerImage - applies to images uploaded by an admin user when creating banner ads
  • UploadBannerHtml - applies to HTML entered by an admin user when creating banner ads

Name/Value - Each setting has a name and value.

  • Generator - indicates which provider will be used to process the media when it is submitted
  • Saver - indicates which provider will be used to store the media
  • Loader - indicates which provider will be used to display the media
  • RootFolder - the physical path on the web server where the media will be stored
  • RootURL - the relative or absolute web location from which the media will be referenced
Below is a list of the default values:

            Note – the “Quality”  variables are a percentage, and “Height/Width” variables are in pixels

 Context  Name
 Value
 UploadListingImage  Generator  JPEGWithThumbnails
   Saver  DateHashedFileSystem
   Loader  DateHashedURI
   RootFolder  ~\Content\listingImages\
   RootURL  Content/listingImages/
   FullSize_Quality  80
   FullSize_Height  460
   FullSize_Width  460
   ThumbFitWithin_Quality  80
   ThumbFitWithin_Height  150
   ThumbFitWithin_Width  150
   ThumbCenterCrop_Quality  80
   ThumbCenterCrop_Height  150
   ThumbCenterCrop_Width  150
     
 UploadYouTubeVideoID  Generator  YouTubeVideoReference
   Saver  NullSaver
   Loader  YouTubeVideoEmbed
   Width  425
   Height  349
   IncludeRelated  False
   UseHTTPS  False
     
 UploadSiteLogo  Generator  PNG
   Saver  DirectFileSystem
   Loader  DirectURI
   RootFolder  ~\Content\Images\Logos\
   RootURL  Content/Images/Logos/
     
 UploadBannerImage  Generator  NativeImage
   Saver  DateHashedFileSystem
   Loader  DateHashedURI
   RootFolder  ~\Content\Images\Banners\
   RootURL  Content/Images/Banners/
     
 UploadBannerHtml  Generator  NativeHTML
   Saver  NullSaver
   Loader  ReferenceLoader



See also