diff options
| author | Bobby <[email protected]> | 2023-07-05 19:32:05 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-05 19:32:05 -0400 |
| commit | 54b6a95fa59c3b4a9dba1e11594e5d157e4effb7 (patch) | |
| tree | 7e0feeb307f5375b4f2c60a06d4e86a5ae302795 /ignis | |
| parent | 6fd373b8b677cc94d8cf43a74bf15573e2653e61 (diff) | |
| download | thatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.tar.xz thatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.zip | |
Much Bigger Screenshot and a fake view counter
Diffstat (limited to 'ignis')
| -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 4414bdb0..56043499 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, 1440) + driver.set_window_size(1600, 2560) url = 'http://localhost:8000' |
