jasonraimondi / url-to-png

Selfhosted. URL to PNG utility featuring parallel rendering using Playwright for screenshots and with storage caching via Local, S3, or CouchDB
https://jasonraimondi.github.io/url-to-png/
MIT License
136 stars 26 forks source link

fix: fix incorrect cropped when width or height are omitted #44

Closed AnnatarHe closed 2 months ago

AnnatarHe commented 2 months ago

Fixes issue #43

Hi @jasonraimondi ,

This pull request addresses the issue reported in #43. I'd appreciate it if you could review it at your convenience.

Excluding package.json and pnpm-lock.json changes:

I've intentionally excluded changes to package.json and pnpm-lock.json from this commit. Please let me know if you think these changes are necessary for this pull request. If so, I'm happy to add them in a separate commit.

Open to English language edits:

English is not my first language, so please feel free to suggest any edits to improve the clarity of this pull request message or the code itself.

Thanks