diff options
| author | Bobby <[email protected]> | 2023-05-05 00:06:45 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-05 00:06:45 -0400 |
| commit | 0d93b11522e06547604f269b505a2bccb6cb3d9b (patch) | |
| tree | e5b4b126281cebac8cf51817382665cc2c3e7957 | |
| parent | 378caa9d9a88889d52dfa6e445b04e31b3a48667 (diff) | |
| download | thatcomputerscientist-0d93b11522e06547604f269b505a2bccb6cb3d9b.tar.xz thatcomputerscientist-0d93b11522e06547604f269b505a2bccb6cb3d9b.zip | |
Update screenshot resolution
| -rw-r--r-- | ignis/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ignis/views.py b/ignis/views.py index 454b63a6..bb52c9f8 100644 --- a/ignis/views.py +++ b/ignis/views.py @@ -180,7 +180,7 @@ def get_screenshot(request): options = webdriver.FirefoxOptions() options.headless = True driver = webdriver.Firefox(options=options) - driver.set_window_size(1280, 1280) + driver.set_window_size(1280, 1440) url = 'https://www.thatcomputerscientist.com' |
