Hacker News new | ask | show | jobs
by yorwba 459 days ago
Interesting concept!

I see in the debug log that you skip images that exceed 0.5 MB, but some bigger ones actually get through. I guess you increased the limit but didn't update the debug message?

For large images, there are often also resized versions available, it might make sense to use those.

1 comments

good catch, actually increased to 1mb, I struggled at the beginning with the 20mb limit for inline data. But will look into the resized versions because i realized sometime is missed great images because of the limit. Thanks for the feedback!