Skip to content

Instantly share code, notes, and snippets.

@oliveratgithub
Last active April 24, 2025 23:04
Show Gist options
  • Select an option

  • Save oliveratgithub/d920d5cf3c859c3f0b017ff7a0197c83 to your computer and use it in GitHub Desktop.

Select an option

Save oliveratgithub/d920d5cf3c859c3f0b017ff7a0197c83 to your computer and use it in GitHub Desktop.

Revisions

  1. oliveratgithub revised this gist Sep 25, 2020. No changes.
  2. oliveratgithub revised this gist Sep 25, 2020. 2 changed files with 22 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions socialnetworkimagesizes.js
    Original file line number Diff line number Diff line change
    @@ -79,6 +79,14 @@ let socialnetworkimagesizes = {
    }
    ,'content': { }
    }
    ,'tumblr': {
    'profile': {
    'Avatar': { 'w': 128, 'h': 128 }
    }
    ,'content': {
    'Image': { 'w': 1280, 'h': 1920 }
    }
    }
    ,'twitter': {
    'profile': {
    'Profile picture': { 'w': 400, 'h': 400, 'filter': 'circular' }
    14 changes: 14 additions & 0 deletions socialnetworkimagesizes.json
    Original file line number Diff line number Diff line change
    @@ -190,6 +190,20 @@

    }
    },
    "tumblr":{
    "profile":{
    "Avatar":{
    "w":128,
    "h":128
    }
    },
    "content":{
    "Image":{
    "w":1280,
    "h":1920
    }
    }
    },
    "twitter":{
    "profile":{
    "Profile picture":{
  3. oliveratgithub revised this gist Sep 25, 2020. 2 changed files with 27 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions socialnetworkimagesizes.js
    Original file line number Diff line number Diff line change
    @@ -57,6 +57,15 @@ let socialnetworkimagesizes = {
    'Picture - square': { 'w': 606, 'h': 606 }
    }
    }
    ,'snapchat': {
    'profile': {
    'Profile picture': { 'w': 1080, 'h': 1080 }
    }
    ,'content': {
    'Story': { 'w': 1080, 'h': 1920 }
    ,'Geofilter': { 'w': 1080, 'h': 1920 }
    }
    }
    ,'telegram': {
    'profile': {
    'Profile picture': { 'w': 512, 'h': 512, 'filter': 'circular' }
    18 changes: 18 additions & 0 deletions socialnetworkimagesizes.json
    Original file line number Diff line number Diff line change
    @@ -143,6 +143,24 @@
    }
    }
    },
    "snapchat":{
    "profile":{
    "Profile picture":{
    "w":1080,
    "h":1080
    }
    },
    "content":{
    "Story":{
    "w":1080,
    "h":1920
    },
    "Geofilter":{
    "w":1080,
    "h":1920
    }
    }
    },
    "telegram":{
    "profile":{
    "Profile picture":{
  4. oliveratgithub created this gist Sep 25, 2020.
    146 changes: 146 additions & 0 deletions socialnetworkimagesizes.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,146 @@
    let socialnetworkimagesizes = {
    'facebook': {
    'profile': {
    'Profile picture': { 'w': 180, 'h': 180 }
    ,'Cover photo': { 'w': 820, 'h': 312 }
    }
    ,'content': {
    'Timeline image': { 'w': 1200, 'h': 630 }
    ,'Highlighted image': { 'w': 1200, 'h': 717 }
    ,'Link - rectangular': { 'w': 1200, 'h': 628 }
    ,'Link - square': { 'w': 154, 'h': 154 }
    ,'Event cover photo': { 'w': 1920, 'h': 1080 }
    }
    }
    ,'instagram': {
    'profile': {
    'Profile picture': { 'w': 110, 'h': 110 }
    }
    ,'content': {
    'Picture - square': { 'w': 1080, 'h': 1080 }
    ,'Picture - rectangular': { 'w': 1350, 'h': 1080 }
    ,'Picture - portrait': { 'w': 1080, 'h': 1350 }
    ,'Story': { 'w': 1080, 'h': 1920 }
    }
    }
    ,'linkedin': {
    'profile': {
    'Profile picture': { 'w': 400, 'h': 400, 'filter': 'circular' }
    ,'Profile background': { 'w': 1584, 'h': 396 }
    ,'Company logo': { 'w': 300, 'h': 300 }
    ,'Company cover': { 'w': 1192, 'h': 220 }
    }
    ,'content': {
    'Shared link': { 'w': 552, 'h': 289 }
    ,'Single image Tweet': { 'w': 1200, 'h': 627 }
    ,'Company Life Tab – Main image': { 'w': 1128, 'h': 376 }
    ,'Company Life Tab – Photo': { 'w': 264, 'h': 176 }
    }
    }
    ,'pinterest': {
    'profile': {
    'Profile picture': { 'w': 165, 'h': 165 }
    }
    ,'content': {
    'Pin': { 'w': 600, 'h': 236 }
    ,'Board thumbnail - Large': { 'w': 222, 'h': 150 }
    ,'Board thumbnail - Small': { 'w': 55, 'h': 55 }
    }
    }
    ,'reddit': {
    'profile': {
    'Profile picture': { 'w': 165, 'h': 165 }
    ,'Subreddit icon': { 'w': 250, 'h': 250, 'filter': 'circular' }
    ,'Subreddit banner': { 'w': 2400, 'h': 488 }
    }
    ,'content': {
    'Picture - square': { 'w': 606, 'h': 606 }
    }
    }
    ,'telegram': {
    'profile': {
    'Profile picture': { 'w': 512, 'h': 512, 'filter': 'circular' }
    ,'Group picture': { 'w': 512, 'h': 512, 'filter': 'circular' }
    }
    ,'content': { }
    }
    ,'tiktok': {
    'profile': {
    'Profile picture': { 'w': 200, 'h': 200, 'filter': 'circular' }
    }
    ,'content': { }
    }
    ,'twitter': {
    'profile': {
    'Profile picture': { 'w': 400, 'h': 400, 'filter': 'circular' }
    ,'Profile header photo': { 'w': 1500, 'h': 500 }
    }
    ,'content': {
    'Shared link': { 'w': 1200, 'h': 628 }
    ,'Single image Tweet': { 'w': 1200, 'h': 675 }
    ,'2-images Tweet': { 'w': 700, 'h': 800 }
    ,'3-images Tweet - first': { 'w': 700, 'h': 800 }
    ,'3-images Tweet - 2nd and 3rd': { 'w': 1200, 'h': 686 }
    ,'4-images Tweet': { 'w': 1200, 'h': 600 }
    }
    }
    ,'vimeo': {
    'profile': {
    'Profile picture': { 'w': 300, 'h': 300, 'filter': 'circular' }
    ,'Banner': { 'w': 2560, 'h': 1440 }
    ,'On Demand poster': { 'w': 1080, 'h': 1600 }
    }
    ,'content': {
    'Video thumbnail': { 'w': 1080, 'h': 1600 }
    }
    }
    ,'wechat': {
    'profile': {
    'Profile picture': { 'w': 200, 'h': 200 }
    }
    ,'content': {
    'Article preview picture': { 'w': 900, 'h': 500 }
    }
    }
    ,'weibo': {
    'profile': {
    'Profile picture': { 'w': 200, 'h': 200 }
    ,'Profile background': { 'w': 1600, 'h': 900 }
    ,'Cover photo': { 'w': 900, 'h': 300 }
    ,'Banner': { 'w': 560, 'h': 260 }
    }
    ,'content': {
    'Image': { 'w': 440, 'h': 440 }
    }
    }
    ,'whatsapp': {
    'profile': {
    'Profile picture': { 'w': 500, 'h': 500, 'filter': 'circular' }
    ,'Group picture': { 'w': 500, 'h': 500, 'filter': 'circular' }
    }
    ,'content': {
    'Picture - square': { 'w': 800, 'h': 800 }
    ,'Story': { 'w': 750, 'h': 1334 }
    }
    }
    ,'yammer': {
    'profile': {
    'Profile picture': { 'w': 150, 'h': 150 }
    ,'Group icon': { 'w': 150, 'h': 150 }
    ,'Company network logo': { 'w': 160, 'h': 40 }
    ,'Company masthead': { 'w': 1200, 'h': 56 }
    }
    ,'content': {
    'Image': { 'w': 1200, 'h': 675 }
    }
    }
    ,'youtube': {
    'profile': {
    'Profile picture': { 'w': 800, 'h': 800, 'filter': 'circular' }
    ,'Channel cover photo': { 'w': 2560, 'h': 1440 }
    }
    ,'content': {
    'Video thumbnail - HD': { 'w': 1280, 'h': 720 }
    }
    }
    };
    346 changes: 346 additions & 0 deletions socialnetworkimagesizes.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,346 @@
    {
    "facebook":{
    "profile":{
    "Profile picture":{
    "w":180,
    "h":180
    },
    "Cover photo":{
    "w":820,
    "h":312
    }
    },
    "content":{
    "Timeline image":{
    "w":1200,
    "h":630
    },
    "Highlighted image":{
    "w":1200,
    "h":717
    },
    "Shared link - rectangular":{
    "w":1200,
    "h":628
    },
    "Shared link - square":{
    "w":154,
    "h":154
    },
    "Event cover photo":{
    "w":1920,
    "h":1080
    }
    }
    },
    "instagram":{
    "profile":{
    "Profile picture":{
    "w":110,
    "h":110
    }
    },
    "content":{
    "Picture - square":{
    "w":1080,
    "h":1080
    },
    "Picture - rectangular":{
    "w":1350,
    "h":1080
    },
    "Picture - portrait":{
    "w":1080,
    "h":1350
    },
    "Story":{
    "w":1080,
    "h":1920
    }
    }
    },
    "linkedin":{
    "profile":{
    "Profile picture":{
    "w":400,
    "h":400,
    "filter":"circular"
    },
    "Profile background":{
    "w":1584,
    "h":396
    },
    "Company logo":{
    "w":300,
    "h":300
    },
    "Company cover":{
    "w":1192,
    "h":220
    }
    },
    "content":{
    "Shared link":{
    "w":552,
    "h":289
    },
    "Single image Tweet":{
    "w":1200,
    "h":627
    },
    "Company Life Tab – Main image":{
    "w":1128,
    "h":376
    },
    "Company Life Tab – Photo":{
    "w":264,
    "h":176
    }
    }
    },
    "pinterest":{
    "profile":{
    "Profile picture":{
    "w":165,
    "h":165
    }
    },
    "content":{
    "Pin":{
    "w":600,
    "h":236
    },
    "Board thumbnail - Large":{
    "w":222,
    "h":150
    },
    "Board thumbnail - Small":{
    "w":55,
    "h":55
    }
    }
    },
    "reddit":{
    "profile":{
    "Profile picture":{
    "w":165,
    "h":165
    },
    "Subreddit icon":{
    "w":250,
    "h":250,
    "filter":"circular"
    },
    "Subreddit banner":{
    "w":2400,
    "h":488
    }
    },
    "content":{
    "Picture - square":{
    "w":606,
    "h":606
    }
    }
    },
    "telegram":{
    "profile":{
    "Profile picture":{
    "w":512,
    "h":512,
    "filter":"circular"
    },
    "Group picture":{
    "w":512,
    "h":512,
    "filter":"circular"
    }
    },
    "content":{

    }
    },
    "tiktok":{
    "profile":{
    "Profile picture":{
    "w":200,
    "h":200,
    "filter":"circular"
    }
    },
    "content":{

    }
    },
    "twitter":{
    "profile":{
    "Profile picture":{
    "w":400,
    "h":400,
    "filter":"circular"
    },
    "Profile header photo":{
    "w":1500,
    "h":500
    }
    },
    "content":{
    "Shared link":{
    "w":1200,
    "h":628
    },
    "Single image Tweet":{
    "w":1200,
    "h":675
    },
    "2-images Tweet":{
    "w":700,
    "h":800
    },
    "3-images Tweet - first":{
    "w":700,
    "h":800
    },
    "3-images Tweet - 2nd and 3rd":{
    "w":1200,
    "h":686
    },
    "4-images Tweet":{
    "w":1200,
    "h":600
    }
    }
    },
    "vimeo":{
    "profile":{
    "Profile picture":{
    "w":300,
    "h":300,
    "filter":"circular"
    },
    "Banner":{
    "w":2560,
    "h":1440
    },
    "On Demand poster":{
    "w":1080,
    "h":1600
    }
    },
    "content":{
    "Video thumbnail":{
    "w":1080,
    "h":1600
    }
    }
    },
    "wechat":{
    "profile":{
    "Profile picture":{
    "w":200,
    "h":200
    }
    },
    "content":{
    "Article preview picture":{
    "w":900,
    "h":500
    }
    }
    },
    "weibo":{
    "profile":{
    "Profile picture":{
    "w":200,
    "h":200
    },
    "Profile background":{
    "w":1600,
    "h":900
    },
    "Cover photo":{
    "w":900,
    "h":300
    },
    "Banner":{
    "w":560,
    "h":260
    }
    },
    "content":{
    "Image":{
    "w":440,
    "h":440
    }
    }
    },
    "whatsapp":{
    "profile":{
    "Profile picture":{
    "w":500,
    "h":500,
    "filter":"circular"
    },
    "Group picture":{
    "w":500,
    "h":500,
    "filter":"circular"
    }
    },
    "content":{
    "Picture - square":{
    "w":800,
    "h":800
    },
    "Story":{
    "w":750,
    "h":1334
    }
    }
    },
    "yammer":{
    "profile":{
    "Profile picture":{
    "w":150,
    "h":150
    },
    "Group icon":{
    "w":150,
    "h":150
    },
    "Company network logo":{
    "w":160,
    "h":40
    },
    "Company masthead":{
    "w":1200,
    "h":56
    }
    },
    "content":{
    "Image":{
    "w":1200,
    "h":675
    }
    }
    },
    "youtube":{
    "profile":{
    "Profile picture":{
    "w":800,
    "h":800,
    "filter":"circular"
    },
    "Channel cover photo":{
    "w":2560,
    "h":1440
    }
    },
    "content":{
    "Video thumbnail - HD":{
    "w":1280,
    "h":720
    }
    }
    }
    }