height and width change
This commit is contained in:
parent
f58512ec35
commit
495e1c14db
|
@ -32,8 +32,8 @@ class AdBannersController < ApplicationController
|
|||
"ad_fx" => adbanner.ad_fx,
|
||||
"speed" => adbanner.speed,
|
||||
"title" => adbanner.title,
|
||||
"height" => adbanner.height,
|
||||
"width" => adbanner.width,
|
||||
"banner-height" => adbanner.height,
|
||||
"banner-width" => adbanner.width,
|
||||
"timeout" => (adbanner.timeout * 1000),
|
||||
"more" => "More"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue