Skip to content

Commit c46815e

Browse files
committed
use right size for twitter screenshot
1 parent c404ee2 commit c46815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/gsmap/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def create_screenshot_file(self, is_thumbnail=False):
202202
def image_twitter(self):
203203
if bool(self.screenshot):
204204
return get_thumbnail(
205-
self.screenshot, '1200x630',
205+
self.screenshot, '1200x600',
206206
crop='bottom', format='PNG'
207207
)
208208
return ''

0 commit comments

Comments
 (0)