Skip to content

Commit f15642e

Browse files
committed
chore: table format
1 parent d457489 commit f15642e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/firebase-admob/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ Vue.use(Admob);
129129
The 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

141141
To define a custom banner size, set your desired AdSize, as shown here:
142142

0 commit comments

Comments
 (0)