I have just finished rolling out a fairly substantial change to our capture generators (servers) that appears to have cleared up some recent "incorrectly sized thumbnail" issues.
I feel good about the change, but I would like to ask you to alert us to any oddities you might see in regards to size. First, refresh, because there were a LOT of screenshots captured before this fix. If the refreshed screenshot is still "off", then please let us know so that we can confirm and investigate.
Since nobody reported this, we are going to let the "Rolling Refresh" update these screenshots over the next 15-30 days. If anyone is severely impacted by the sizing issue, please open a ticket and ask for all of your requests to be refreshed.
Thank you for being a valued ShrinkTheWeb user!
GEEK-SPEAK
It has been a long time since the system output web page thumbnails at incorrect sizes, but a script we relied on for years recently caused this issue to reappear --basically breaking our previous "fix".
That script was sooo annoying, because it would hang our render engines randomly 1 out of 10 captures and the method they provided to prevent it just would not work. So I am thrilled to have finally gotten rid of that script, even though it required quite a bit of re-coding on my side. It was well worth the effort.
No one reported this, but we noticed that default sized screenshots were a couple of pixels narrower than they should have been. For instance, a 120x90 would sometimes come out as 118x90. In short, the new fix for this required us to end our reliance on a 3rd-party script to hide the scrollbar. I was able to find a more elegant solution, but it required some changes to how our script handles re-sizing (especially for sites that force a width wider than the browser, which creates a thumbnail wider than expected).
So now, the scrollbar is still hidden by the new method, but the sizes output should be extremely accurate. In the past, I would notice an occasional thumbnail might be a few pixels off in some cases (usually when cropping). I have run through a LOT of default sizes, Full-Length, Full-Length cropped, and Custom Sizes tonight in testing these changes. The new code output 100% accurate sizes, even in tough cases like I mentioned where the output was wider than expected.
These changes should yield far more accurately sized captures and also gives us more control when poorly coded web pages cause unexpected issues.