Images and video

Image sizes

When an image is uploaded to our platform, we automatically generate multiple sizes of that image so they can be used in the Site to optimize for load times.

Here are the image sizes and names we give them

  • original - This is original image size

  • large - This is sized down to maximum of 600px width, 600px height

  • big - This is sized down to maximum of 460px width, 460px height

  • medium - This is sized down to a maximum of 240px width, 240px height

  • small - This is sized down to a maximum of 160px width, 160px height

  • thumbnail - This creates a 100x100px square image. The image will fill the area of 100px and crop any edges on the sides/tops

After uploading an image to the platform, you will have the image URL (i.e. /img/upload/some-image.jpg). To reference the alternate sizes above, just add the image size right before the extension.

Example accessing the "large" size

/img/upload/some-image.large.jpg

Last updated