We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ca517 commit d6ec508Copy full SHA for d6ec508
1 file changed
pywhatkit/misc.py
@@ -25,8 +25,8 @@ def web_screenshot(
25
link: str,
26
filename: str = "Screenshot.jpg",
27
path: str = os.getcwd(),
28
- width: int = 1613,
29
- height: int = 786,
+ width: int = 1920,
+ height: int = 1080,
30
) -> None:
31
"""Take Screenshot of Any Website Without Opening it"""
32
0 commit comments