largis21 / sanity-plugin-imageshop-input

Minimal plugin for picking images from images
MIT License
0 stars 0 forks source link

Slow image loading #1

Open largis21 opened 8 months ago

largis21 commented 8 months ago

The image loading is slow because it first has to wait for Imageshop to generate the image before we can get the image dimensions. We do get a response with some image size but we only get what we input in the iframe back, i.e 2560x0 can be any height. The dimensions are critical to insure no CLS

largis21 commented 8 months ago

https://github.com/largis21/sanity-plugin-imageshop-input/blob/c08895c0910a546c4fdad3a02d418e2503ef3948/src/utils/mapDocumentToSchema/mapDocumentToSchema.ts