Skip to content

Commit

Permalink
🎨 Change the Default Dimensions to HD
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanrr committed Nov 14, 2021
1 parent 64ca517 commit d6ec508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywhatkit/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def web_screenshot(
link: str,
filename: str = "Screenshot.jpg",
path: str = os.getcwd(),
width: int = 1613,
height: int = 786,
width: int = 1920,
height: int = 1080,
) -> None:
"""Take Screenshot of Any Website Without Opening it"""

Expand Down

0 comments on commit d6ec508

Please sign in to comment.