Chrome has a plug-in that captures the entire webpage into images, please click Blipshot: one click full page screenshots to install it. In addition, I saw yesterday that chrome v60 has natively provided the function of taking full web page screenshots
I ended up using html2canvas Just make sure that the current page is at the top of the intercepted dom when generating the image to generate a complete image
Chrome has a plug-in that captures the entire webpage into images, please click Blipshot: one click full page screenshots to install it.
In addition, I saw yesterday that chrome v60 has natively provided the function of taking full web page screenshots
I ended up using html2canvas
Just make sure that the current page is at the top of the intercepted dom when generating the image to generate a complete image
You can use phantomjs to capture any location area you want on the page~