Skip to content

Commit

Permalink
Merge pull request #77 from TheRenegadeCoder/v2.3.2
Browse files Browse the repository at this point in the history
Added DEV Class to Image Sizes
  • Loading branch information
jrg94 authored May 14, 2020
2 parents 0379b04 + f659df5 commit 6fc4e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions imagetitler/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}

SIZE_MAP = {
"DEV": (1000, 420), # Cover image size according to: https://dev.to/p/editor_guide
"Twitter": (1200, 628), # Card size according to: https://louisem.com/217438/twitter-image-size
"WordPress": (1200, 628), # Thumbnail size according to: https://blog.snappa.com/youtube-thumbnail-size/
"YouTube": (1280, 720) # Featured image size according to: https://blog.snappa.com/wordpress-featured-image-size/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="image-titler",
version="2.3.1",
version="2.3.2",
author="The Renegade Coder",
author_email="[email protected]",
description="An image processing utility which provides options for generating thumbnails for various social media platforms.",
Expand Down

0 comments on commit 6fc4e2e

Please sign in to comment.