You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to have an ad mob campaign that shows an image that is FLUID (scaled to the user's screen width). For example, have a 320x100 image that is scaled appropriately. If the user screen is 375px, then the banner will be scaled to 375x118.
I have not been able to figure out how to accomplish this, but wanted to see if anyone else has found a solution.
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
What happened?
My goal is to have an ad mob campaign that shows an image that is FLUID (scaled to the user's screen width). For example, have a 320x100 image that is scaled appropriately. If the user screen is 375px, then the banner will be scaled to 375x118.
I have not been able to figure out how to accomplish this, but wanted to see if anyone else has found a solution.
I've tried this:
The test banner will work with the above, but the 320x100 image in AdMob will not match the request, so nothing will show.
The following will show my ad campaign, but not the desired full width effect I'm hoping for:
What I'm looking for may not be possible, but figured I'd check to see if anyone else found a solution.
Platforms
iOS, but have not tested behavior on Android
React Native Info
Are your using Typescript?
package.json
not relevant
app.json
not relevant
ios/Podfile
No response
android/build.gradle
No response
android/app/build.gradle
No response
android/settings.gradle
No response
AndroidManifest.xml
No response
The text was updated successfully, but these errors were encountered: