I have a PHP-based clip-sharing site where uploaded images are showing up far too small. The root cause sits somewhere in the current PHP processing chain—very likely in the upload handler or the resizing script—and it needs to be corrected right away. Here’s what I can tell you so far: • The issue is strictly a functional bug; nothing else in the system should be touched. • All file paths, GD/ImageMagick calls, and size constants are already defined in the codebase, but one of them is clearly mis-applied. • The moment the bug is fixed I’ll test by uploading a fresh set of clips and confirming that thumbnails and preview images render at the intended dimensions across desktop and mobile. Deliverable: a clean, well-commented patch (or Git commit) that restores the correct image dimensions without introducing regressions elsewhere. I’m ready to review and deploy as soon as you send the fix, so if you can dive into PHP immediately, let’s get this wrapped up today.