height and width change

This commit is contained in:
Harry Bomrah 2015-10-12 15:33:45 +08:00
parent f58512ec35
commit 495e1c14db
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},