File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,14 +129,14 @@ Vue.use(Admob);
129129The table below lists the standard banner sizes.
130130
131131| Size in dp (WxH) | Description | AdSize Constant |
132- | :------------------------------: | :--------------: | :--------------------------------------------: | ----------- | ------------------------------------- | ----------- | --------- |
132+ | :------------------------------: | :--------------: | :--------------------------------------------: |
133133| 320x50 | Standard Banner | BANNER |
134134| 320x100 | Large Banner | LARGE_BANNER |
135135| 320x250 | Medium Rectangle | MEDIUM_RECTANGLE |
136136| 468x60 | Full-Size Banner | FULL_BANNER |
137137| 728x90 | Leaderboard | LEADERBOARD |
138- | Provided width x Adaptive height | Adaptive Banner | Use createAnchoredAdaptiveBanner(width: number | 'fullWidth' | 'autoHeight' , orientation: 'portrait' | 'landscape' | 'device' ) |
139- | Provided width x Adaptive height | Adaptive Banner | Use createInLineAdaptiveBanner(width: number | 'fullWidth' | 'autoHeight' , orientation: 'portrait' | 'landscape' | 'device' ) |
138+ | Provided width x Adaptive height | Adaptive Banner | Use createAnchoredAdaptiveBanner(width, orientation) |
139+ | Provided width x Adaptive height | Adaptive Banner | Use createInLineAdaptiveBanner(width, orientation) |
140140
141141To define a custom banner size, set your desired AdSize, as shown here:
142142
You can’t perform that action at this time.
0 commit comments