Changing width of corona ads

hey guys

how can i change the width and height of my corona ads ??

it is displaying too small when i test it

here is my code:

local coronaAds = require( "plugin.coronaAds" ) local bannerPlacement = "bottom-banner-320x50" local function adListener( event ) -- Successful initialization of Corona Ads if ( event.phase == "init" ) then -- Show an ad coronaAds.show( bannerPlacement, false ) --coronaAds.show( interstitialPlacement, true ) end end coronaAds.init( "", adListener )

Can you provide a screen shot?

Can you tell me more about what device you’re testing on an the orientation of the app.

Posting your config.lua would be helpful.

Sorry, it worked
I tried that in bluestacks and it showed me small ads…but when i tried that on my device, it showed the ads of the width of my screen :slight_smile:

Please keep in mind that bluestacks isn’t formally supported. Nothing beats actual device testing.

Rob

Can you provide a screen shot?

Can you tell me more about what device you’re testing on an the orientation of the app.

Posting your config.lua would be helpful.

Sorry, it worked
I tried that in bluestacks and it showed me small ads…but when i tried that on my device, it showed the ads of the width of my screen :slight_smile:

Please keep in mind that bluestacks isn’t formally supported. Nothing beats actual device testing.

Rob