Created
March 29, 2022 08:24
-
-
Save marufsiddiqui/5dc3fc99d2026016fca08117104c4481 to your computer and use it in GitHub Desktop.
ad sizes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const FULL_WIDTH_DIMENSION_CATEGORY = { | |
xs: { | |
width: 330, | |
height: 159, | |
}, | |
sm: { | |
width: 463, | |
height: 159, | |
}, | |
md: { | |
width: 690, | |
height: 221, | |
}, | |
lg: { | |
width: 680, | |
height: 221, | |
}, | |
xl: { | |
width: 822, | |
height: 221, | |
}, | |
xxl: { | |
width: 1002, | |
height: 221, | |
}, | |
xxxl: { | |
width: 1002, | |
height: 221, | |
}, | |
} | |
export const HALF_WIDTH_DIMENSION_CATEGORY = { | |
xs: { | |
width: 330, | |
height: 159, | |
}, | |
sm: { | |
width: 463, | |
height: 159, | |
}, | |
md: { | |
width: 330, | |
height: 159, | |
}, | |
lg: { | |
width: 330, | |
height: 159, | |
}, | |
xl: { | |
width: 399, | |
height: 159, | |
}, | |
xxl: { | |
width: 489, | |
height: 159, | |
}, | |
xxxl: { | |
width: 489, | |
height: 159, | |
}, | |
} | |
export const FULL_WIDTH_DIMENSION_HOME = { | |
xs: { | |
width: 330, | |
height: 159, | |
}, | |
sm: { | |
width: 463, | |
height: 159, | |
}, | |
md: { | |
width: 690, | |
height: 221, | |
}, | |
lg: { | |
width: 445, | |
height: 186, | |
}, | |
xl: { | |
width: 539, | |
height: 186, | |
}, | |
xxl: { | |
width: 660, | |
height: 186, | |
}, | |
xxxl: { | |
width: 660, | |
height: 186, | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment