xwp / unsplash-wp

GNU General Public License v2.0
9 stars 3 forks source link

Fix image processing #97

Closed spacedmonkey closed 4 years ago

spacedmonkey commented 4 years ago

Summary

Image processing is broken if the image size height is too big. So image size of 9999 breaks the image generation. This PR, simply removes sizes that are too big.

Checklist