Skip to content

Commit d6ec508

Browse files
committed
🎨 Change the Default Dimensions to HD
1 parent 64ca517 commit d6ec508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pywhatkit/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def web_screenshot(
2525
link: str,
2626
filename: str = "Screenshot.jpg",
2727
path: str = os.getcwd(),
28-
width: int = 1613,
29-
height: int = 786,
28+
width: int = 1920,
29+
height: int = 1080,
3030
) -> None:
3131
"""Take Screenshot of Any Website Without Opening it"""
3232

0 commit comments

Comments
 (0)