Media library
Image processing
query BlogPostById($id: String!) {
entries {
blogPost(id: $id) {
image {
url(process: { height: ..., width: ..., fit: CONTAIN, position: CENTRE })
}
}
}
}
Last updated
query BlogPostById($id: String!) {
entries {
blogPost(id: $id) {
image {
url(process: { height: ..., width: ..., fit: CONTAIN, position: CENTRE })
}
}
}
}
Last updated