Skip to main content

Design Types & Dimensions

Sivi supports a wide variety of design types and subtypes, each tailored for specific platforms and purposes. This page provides a comprehensive reference of all available design dimensions organized by platform.

Parameters

ParameterTypeDescription
typestringThe type of design to generate
subtypestringThe specific format of the design
dimensionobjectThe dimensions of the design (width, height)

Social Media Designs

Instagram

TypeSubtypeDimensions (width × height)Description
instagraminstagram-post1080 × 1080Square post for Instagram feed
instagraminstagram-post-small800 × 800Smaller square post for Instagram feed
instagraminstagram-ad1080 × 1080Square advertising format
instagramInstagram-story1080 × 1920Full-screen vertical format for Instagram Stories

Facebook

TypeSubtypeDimensions (width × height)Description
facebookfacebook-post1200 × 900Standard post for Facebook feed
facebookfacebook-ad1200 × 628Advertising format for Facebook
facebookfacebook-cover851 × 315Cover image for Facebook profile/page

Twitter

TypeSubtypeDimensions (width × height)Description
twittertwitter-post1024 × 512Standard post for Twitter feed
twittertwitter-ad1200 × 675Advertising format for Twitter
twittertwitter-cover1500 × 500Cover image for Twitter profile

LinkedIn

TypeSubtypeDimensions (width × height)Description
linkedinlinkedIn-post1200 × 628Standard post for LinkedIn feed
linkedinlinkedIn-ad1080 × 1080Square advertising format for LinkedIn
linkedinlinkedIn-cover1128 × 191Cover image for LinkedIn profile
linkedinlinkedIn-banner1584 × 396Banner image for LinkedIn company page

Pinterest

TypeSubtypeDimensions (width × height)Description
pinterestpinterest-pin-small400 × 600Smaller pin format for Pinterest
pinterestpinterest-std-pin600 × 900Standard pin format for Pinterest

WhatsApp

TypeSubtypeDimensions (width × height)Description
whatsappwhatsapp-post800 × 800Square post format for WhatsApp
whatsappwhatsapp-wide-post800 × 400Wide post format for WhatsApp
whatsappwhatsapp-status1080 × 1920Vertical format for WhatsApp status
whatsappwhatsapp-business-cover1211 × 681Cover image for WhatsApp Business

YouTube

TypeSubtypeDimensions (width × height)Description
youtubeyoutube-thumbnail1280 × 720Thumbnail image for YouTube videos

Display & Web Advertising

Standard Display Ads

TypeSubtypeDimensions (width × height)Description
displayAdsdisplayAds-half-page-ad300 × 600Half-page ad format for websites
displayAdsdisplayAds-large-rectangle336 × 280Large rectangle ad format
displayAdsdisplayAds-inline-rectangle300 × 250Medium rectangle ad format
displayAdsdisplayAds-square250 × 250Square ad format
displayAdsdisplayAds-small-square200 × 200Small square ad format

Skyscraper Display Ads

TypeSubtypeDimensions (width × height)Description
displayAdsdisplayAds-skyscraper120 × 600Vertical ad format
displayAdsdisplayAds-fat-skyscraper240 × 400Wider vertical ad format
displayAdsdisplayAds-wide-skyscraper160 × 600Wide vertical ad format
displayAdsdisplayAds-small-skyscraper120 × 240Small vertical ad format

Horizontal Display Ads

TypeSubtypeDimensions (width × height)Description
displayAdsdisplayAds-leaderboard728 × 90Standard leaderboard ad format
displayAdsdisplayAds-mobile-leaderboard320 × 50Leaderboard format for mobile devices
displayAdsdisplayAds-large-leaderboard970 × 90Large leaderboard ad format
displayAdsdisplayAds-banner468 × 60Standard banner ad format

E-commerce & Website

Amazon Ads

TypeSubtypeDimensions (width × height)Description
amazonamazon-ad300 × 250Standard ad format for Amazon
amazonamazon-one-third1500 × 300Wide banner format for Amazon
amazonamazon-fullscreen727 × 356Medium-sized feature ad for Amazon
amazonamazon-large-square727 × 727Large square format for Amazon
amazonamazon-rectangle970 × 600Rectangle format for Amazon
amazonamazon-standard970 × 300Standard banner for Amazon
amazonamazon-square300 × 300Square format for Amazon
amazonamazon-small-square220 × 220Small square format for Amazon
amazonamazon-fullscreen-HD1920 × 1080Full-screen HD format for Amazon

Website Elements

TypeSubtypeDimensions (width × height)Description
websitewebsite-large-rectangle500 × 780Large rectangle for website content
websitewebsite-medium-rectangle450 × 580Medium rectangle for website content
websitewebsite-rectangle420 × 330Standard rectangle for website content
websitewebsite-wide-rectangle610 × 210Wide rectangle for website content
websitewebsite-tall-rectangle380 × 520Tall rectangle for website content
websitewebsite-square450 × 450Square format for website content
websitewebsite-small-square300 × 300Small square format for website content
websitewebsite-large-square600 × 600Large square format for website content
websitewebsite-fullscreen-HD1920 × 1080Full HD format for website headers/banners
websitewebsite-half-page1600 × 450Half-page width banner
websitewebsite-one-third1600 × 300One-third page width banner
websitewebsite-standard1280 × 400Standard website banner
websitewebsite-hello-bar1280 × 100Thin notification/announcement bar

Email Marketing

TypeSubtypeDimensions (width × height)Description
emailsquare600 × 600Square format for email content
emailtall600 × 800Tall format for email newsletters
emailrectangle600 × 450Standard rectangle for email content
emailwide600 × 250Wide banner for email headers
emailsmall300 × 450Small format for email sidebar content
emailsmall-square300 × 300Small square for email content blocks

Custom Dimensions

For designs that don't fit standard dimensions, you can specify custom dimensions:

TypeSubtypeDimensionsDescription
customcustomUser-definedSpecify custom width and height for your design

Example Usage

Here's a comprehensive example showing how to use the design types and subtypes:

{
"type": "instagram",
"subtype": "instagram-post",
"dimension": {
"width": 1080,
"height": 1080
}
}

Usage Notes

  • When using the API, specify both the type and subtype in your request to ensure the correct dimensions
  • For custom dimensions, specify the exact width and height in the dimension field, with max being w: 2000px and h: 2000px
  • Some platforms may update their recommended dimensions periodically
  • Ensure your content is designed to remain visible and effective within the safe areas of each format