hi @lokonli, solved it...
1. new vertical scrolling
2. no swiper
Ad1. i had to adjust some heights of blocks so it fits. I thing because of changes on some specials, the heights are changed...
ad2. the problem with the slider is solved.
On my screen 6 /7 i show my cams. In the previous beta i could center this cam my
I removed the 'dummy' et voila..
Code: Select all
// KOLOMMEN
var columns = {}
columns['home1'] = {blocks: ['currentweather_big_owm','weather_owm',1163,1303,'2103_1','garbage','2242_1'], width: 6}
columns['home2'] = {blocks: ['dvfam',1474,1476,1477,1480,1482,1475,1479,1481], width: 6}
columns['sec1'] = {blocks: ['secpanel'], width: 4}
columns['sec2'] = {blocks: [2247,1780,153,985,2197,2087,1362,86,15,2250,1013,991,994,1470,1002,259,997], width: 8}
columns['sensor1'] = {blocks: ['t_observatie_tv_devices',1793,1794,1792,2065,1791,2045,'t_observatie_sensoren',1795,1800,1799,1801,1805,1782,2226,2225,152,1484,1180,1182,1776,1752,2009,2010,2011,2061], width: 6}
columns['sensor2'] = {blocks: ['t_observatie_mobiele_devices',1783,1809,1808,2044,'t_observatie_sensoren',1796,1797,1798,1802,1804,1803,2062,2063,2064,2105,2107,2244,2237,2248,2249,2205], width: 6}
columns['media1'] = {blocks: [353,354,134,139,1012,1005,1464,1466,1457,1468,1461,1465], width: 6}
columns['media2'] = {blocks: [publictransport.ovinfotrain,publictransport.ovinfotram,,tvguide.dutch],width: 6} // 'chromecast'
columns['irrigatie'] = {blocks: [969,1190,1364,973,1192,1365,1189,1191,1366,1267,1268,1367,1601,1580,1581,1604,1606,1607], width: 12}
columns['video1'] = {blocks: [buttons.webcam3], width: 10}
columns['video2'] = {blocks: [buttons.webcam4], width: 10}
columns['dummy'] = {width: 1}
// SCHERMEN
var screens = {}
screens['default'] = {maxwidth: 1920, maxheight: 1080}
screens['default'] = {maxwidth: 3840, maxheight: 2160}
screens['default'][1] = {background: 'bg1.jpg', columns: ['home1','home2']}
screens['default'][2] = {background: 'bg1.jpg', columns: ['sec1','sec2']}
screens['default'][3] = {background: 'bg1.jpg', columns: ['media1','media2']}
screens['default'][3] = {background: 'bg1.jpg', columns: ['irrigatie']}
screens['default'][4] = {background: 'bg1.jpg', columns: ['sensor1','sensor2']}
screens['default'][6] = {background: 'bg1.jpg', columns: ['video1']}
screens['default'][7] = {background: 'bg1.jpg', columns: ['video2']}
screens['tablet'] = {maxwidth: 1024,maxheight: 768}
screens['tablet'][1] = {background: 'bg1.jpg', columns: ['home1','home2']}
screens['tablet'][2] = {background: 'bg1.jpg', columns: ['sec1','sec2']}
screens['tablet'][3] = {background: 'bg1.jpg', columns: ['media1','media2']}
screens['tablet'][4] = {background: 'bg1.jpg', columns: ['irrigatie']}
screens['tablet'][5] = {background: 'bg1.jpg', columns: ['sensor1','sensor2']}
//screens['tablet'][6] = {background: 'bg1.jpg', columns: ['dummy','video1']}
//screens['tablet'][7] = {background: 'bg1.jpg', columns: ['dummy','video2']}
screens['tablet'][6] = {background: 'bg1.jpg', columns: ['video1']}
screens['tablet'][7] = {background: 'bg1.jpg', columns: ['video2']}