sanity-io / image-url

Tools to generate image urls from Sanity content
https://www.sanity.io/docs/presenting-images#mY9Be3Ph
MIT License
67 stars 23 forks source link

Fixed focalPoint url issue #7

Closed tomhah closed 4 years ago

tomhah commented 4 years ago

There is a bug regarding the focalPoint. When it's added to the url, it adds the fp-x parameter twice, instead of adding the fp-y parameter for the y value.

I've fixed that in this PR.

rexxars commented 4 years ago

Oops! Thanks!