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,
|
"ad_fx" => adbanner.ad_fx,
|
||||||
"speed" => adbanner.speed,
|
"speed" => adbanner.speed,
|
||||||
"title" => adbanner.title,
|
"title" => adbanner.title,
|
||||||
"height" => adbanner.height,
|
"banner-height" => adbanner.height,
|
||||||
"width" => adbanner.width,
|
"banner-width" => adbanner.width,
|
||||||
"timeout" => (adbanner.timeout * 1000),
|
"timeout" => (adbanner.timeout * 1000),
|
||||||
"more" => "More"
|
"more" => "More"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue