aboutsummaryrefslogtreecommitdiff
path: root/ignis
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-05 19:32:05 -0400
committerBobby <[email protected]>2023-07-05 19:32:05 -0400
commit54b6a95fa59c3b4a9dba1e11594e5d157e4effb7 (patch)
tree7e0feeb307f5375b4f2c60a06d4e86a5ae302795 /ignis
parent6fd373b8b677cc94d8cf43a74bf15573e2653e61 (diff)
downloadthatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.tar.xz
thatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.zip
Much Bigger Screenshot and a fake view counter
Diffstat (limited to 'ignis')
-rw-r--r--ignis/views.py2
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'