Tag: image resize
-
A Client-Side Image Resizer for WordPress: How a Seasoned Developer Builds a Plugin
WordPress kept rejecting our image uploads. The real server limit was 2 MB, but WordPress reported 32 MB. We built a plugin that reads the true limit and downsamples images in the browser before upload. This article shows how a seasoned developer builds a WordPress plugin, and the WP 6.8 internals we had to learn.