ENUM

MediaSize

Size of Media

link GraphQL Schema definition

  • enum MediaSize {
  • # width of 40px (resize)
  • SW_40
  • # width of 100px (resize)
  • SW_100
  • # width of 229px (resize)
  • SW_229
  • # width of 500px (resize)
  • SW_500
  • # width of 687px (resize)
  • SW_687
  • # width of 700px (resize)
  • SW_700
  • # width of 1500px (resize)
  • SW_1500
  • # square of 100px (crop image when image size is higher)
  • THUMBNAIL_100x100
  • }