1 The screenshot is incomplete, with white edges

It was found that the screenshot was slightly offset to the left, resulting in incomplete left screenshot and redundant blank space on the right. I tried many online solutions, but they didn’t work. Finally, I found that it was padding-left, so I changed it to margin-left.

2 The screenshot is not clear

Instead of using background: URL (), use the img tagCopy the code