steirico / kirby-plugin-image-crop-field

Kirby image crop field based on vue-cropperjs and gumlet/php-image-resize
MIT License
15 stars 3 forks source link

using the kirby api to request the cropped images #44

Open timpernagel opened 1 year ago

timpernagel commented 1 year ago

hey, i'm using the kirby api to access the cropped image. have someone ever tried this?

unfortunatley this doesn't work:

{
    "query": "page('galerie').children",
    "select": {
        "images": "page.images.croppedImages"
    }
}