Contents
Display Legacy Contents

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