Images

Images are the #1 factor that turn browsers into leads and prospective buyers. These images will be shown on your public project page and other marketing opportunities. Edgewise will host unlimited images for your project, and handles resizing for optimal performance on different devices.

Adding project images

  1. Select the project in the left hand navigation column.
  2. Choose the “Project” tab and click “Images.”
  3. Choose an image, enter a title, and click Upload.
  4. The image with the light yellow border will be the hero image and the primary image representing the project.
  5. For projects that have specs (options and upgrades), you can "tag" images with specs shown in the image.

Note: The max file size is 5MB. The supported file extensions are .jpg, .jpeg, and .png.

CDN / Reverse-Proxy

All images uploaded to Edgewise are hosted in our content delivery network. You can access the original image using the URL pattern below:

https://media.edgewise.cloud/images/{fileID}

More often, you'll want to access "derivative" versions of your image that will be better optimized for your use-case. For example:

https://media.edgewise.cloud/images/{fileID}/styles/{style}

Supported styles are:

  • 500w (width: 500px, height: auto)
  • 1000w (width: 1000px, height: auto)
  • 1500w (width: 1500px, height: auto)
  • 2000w (width: 2000px, height: auto)
  • 2500w (width: 2500px, height: auto)
  • 3000w (width: 3000px, height: auto)
  • primitive (lightweight placeholder SVG for blurring)

As a reminder, the {fileID} is the ID of the image's file, not the image ID. Consult the API docs for more information.

When supported by the browser, webp files will be automatically returned.