aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-05 00:06:45 -0400
committerBobby <[email protected]>2023-05-05 00:06:45 -0400
commit0d93b11522e06547604f269b505a2bccb6cb3d9b (patch)
treee5b4b126281cebac8cf51817382665cc2c3e7957
parent378caa9d9a88889d52dfa6e445b04e31b3a48667 (diff)
downloadthatcomputerscientist-0d93b11522e06547604f269b505a2bccb6cb3d9b.tar.xz
thatcomputerscientist-0d93b11522e06547604f269b505a2bccb6cb3d9b.zip
Update screenshot resolution
-rw-r--r--ignis/views.py2
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'