This gadget only gives a few standard sizing options, I've chosen 256x256 which is the closest to what I need.
The image doesn't fit exactly in my column configuration, where I want to use the width of 2 for the third column.
Code: Select all
var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','miniclock','settings']
columns[1] = {}
columns[1]['blocks'] = ['currentweather_big_owm', 'weather_owm', 'wind', 'regen', 'temp', 'gevoels_temp', 'cameras', ]
columns[1]['width'] = 5;
columns[2] = {}
columns[2]['blocks'] = ['domotica', 'home_status', 'haard', /*'gordijnen', 'gordijnen_status', 'zonnewering', 'zonnewering_status', 'WCD', 'WCD_status',*/ 'buitenkraan', 'buitenkraan_status','sproeiprogramma', 'sproeitijd', 'alloff_tuinkamer', 'alloff_woonkamer', 'energie', 'energie_meter', 'zon_totaal', 'consumption', 'gas', ]
columns[2]['width'] = 5;
columns[3] = {}
columns[3]['blocks'] = ['clock','sunrise', frames.buienradar, 'mygarbage', ]
columns[3]['width'] = 2;