Images
TakeShape uses Imgix for image serving and manipulation. The full power of the Imgix API is available in your project.
Images in TakeShape SSG
{{ imageField | image({w: 320, h: 240, q: 90, crop: 'faces'}) }}
Takes an object of keys and values and returns a url that conforms to the Imgix API.