Skip to content

Commit

Permalink
change max container size for ads replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Feb 28, 2024
1 parent be0d30f commit 478641f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/ads/ads-resolutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const ADS_RESOLUTIONS: AdsResolution[] = [
height: 50,
minContainerWidth: 230,
minContainerHeight: 32,
maxContainerWidth: 480,
maxContainerHeight: 120,
maxContainerWidth: 420,
maxContainerHeight: 110,
placementType: HypelabPlacementType.Small
},
{
Expand All @@ -45,8 +45,8 @@ export const ADS_RESOLUTIONS: AdsResolution[] = [
height: 90,
minContainerWidth: 600,
minContainerHeight: 60,
maxContainerWidth: 900,
maxContainerHeight: 120,
maxContainerWidth: 1440,
maxContainerHeight: 110,
placementType: TKEY_AD_PLACEMENT_SLUG
}
];

0 comments on commit 478641f

Please sign in to comment.