storyblok


Original
{
  "src": "https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg",
  "alt": "Original"
}
Resized static
{
  "src": "https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg",
  "alt": "Resized static",
  "width": 500,
  "height": 500
}
Proportional to Width
{
  "src": "https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg",
  "alt": "Proportional to Width",
  "width": 500
}
Proportional to Height
{
  "src": "https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg",
  "alt": "Proportional to Height",
  "height": 500
}
Fit in with background CCCCCC
{
  "src": "https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg",
  "alt": "Fit in with background CCCCCC",
  "width": 200,
  "height": 200,
  "fit": "in",
  "filters": {
    "fill": "CCCCCC"
  }
}
Change image format
{
  "src": "https://a.storyblok.com/f/39898/3310x2192/e4ec08624e/demo-image.jpeg",
  "alt": "Change image format",
  "width": 200,
  "format": "webp"
}
Resized without Smart Crop
{
  "src": "https://a.storyblok.com/f/39898/2250x1500/c15735a73c/demo-image-human.jpeg",
  "alt": "Resized without Smart Crop",
  "width": 600,
  "height": 130
}
Resized with Smart Crop (Facial detection)
{
  "src": "https://a.storyblok.com/f/39898/2250x1500/c15735a73c/demo-image-human.jpeg",
  "alt": "Resized with Smart Crop (Facial detection)",
  "width": 600,
  "height": 130,
  "smart": true
}
Custom focal point (Focus on the bottom of the image)
{
  "src": "https://a.storyblok.com/f/39898/2250x1500/c15735a73c/demo-image-human.jpeg",
  "alt": "Custom focal point (Focus on the bottom of the image)",
  "width": 600,
  "height": 130,
  "operations": {
    "filters": {
      "focal": "450x500:550x600"
    }
  }
}
Custom focal point (Focus on the top of the image)
{
  "src": "https://a.storyblok.com/f/39898/2250x1500/c15735a73c/demo-image-human.jpeg",
  "alt": "Custom focal point (Focus on the top of the image)",
  "width": 600,
  "height": 130,
  "operations": {
    "filters": {
      "focal": "450x0:550x100"
    }
  }
}