- Code: Select all
$final_size = 55 + ($image_size*198);
Replace with:
- Code: Select all
$final_size = 54 + ($image_size*198);
Basically it takes the final size down 1 pixel. I'm not sure if maybe it was a typo in the original creation or if there's another option I'm missing, but it's done the trick.