You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this affects both the Full Page screenshot and Article mode
It looks like some pages (like imgur) are doing some smart-loading of the page based on the viewport. As a result, we are sending up incomplete views as only part of the page is being loaded into the DOM at any given point in time.
The workaround for this is to zoom out of the page (ctrl--) until you can see the whole page, ensuring that the entire DOM is loaded, and then clip it at that point, but ideally we can do something in code to force the entire DOM to load.