Skip to content

thierryc/Social-Media-Image-Size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Media-Image-Size

Social Media Image Maker: Image size repository

Always Up-to-Date Social Media Image Sizes.

Alpha version not for production

This is the place to suggest iamge size additions or updates, or report bugs for Social Media Image Maker. Create an issue and we'll talk.

usage

import imageSize from 'social-media-image-size'
import { facebook } from 'social-media-image-size'

Example

{
  "Facebook": {
    "name": "Facebook",
    "color": "#3b5998",
    "images": {
      "ProfilePhoto": {
        "name_en":"Profile Photo",
        "w": 180,
        "h": 180
      },
      "CoverPhoto": {
        "name_en":"Cover Photo",
        "w": 820,
        "h": 312
      },
      "TimelineSharedImage": {
        "name_en":"Timeline Shared Image",
        "w": 1200,
        "h": 630
      },
      "NewsfeedSharedImage": {
        "name_en":"Newsfeed Shared Image",
        "w": 1200,
        "h": 630
      },
      "TimelineSharedLink": {
        "name_en":"Timeline Shared Link",
        "w": 1200,
        "h": 628
      },
      "NewsfeedSharedLink": {
        "name_en":"Newsfeed Shared Link",
        "w": 1200,
        "h": 628
      },
      "HighlightedImage": {
        "name_en":"Highlighted Image",
        "w": 1200,
        "h": 717
      },
      "EventImage": {
        "name_en":"Event Image",
        "w": 1920,
        "h": 1080
      }
    }
  }
}


other ressources

https://sproutsocial.com/insights/social-media-image-sizes-guide/

About

Social Media Image Maker: Image size repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published