wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
337 stars 129 forks source link

Client creates 60x90 and 90x60 px thumbnails using Media.Create, site interface upload does not #254

Closed Yoonwoo closed 3 years ago

Yoonwoo commented 3 years ago

I dont have these thumbnail sizes registered. They dont get created if I upload a file manually. Its not caused by a plugin.

ThomasPe commented 3 years ago

I'm pretty sure this is not something WordPressPCL does since the library just uploads an image without passing any dimensions. On my clean WordPress install for testing you can see that only the default thumbnails are created: image