if (this.orientation === 'landscape') {
                row = $('<div></div>', { 'class': 'trtc_row' });
                row.css({ height: 100 / layout.rows + '%', left: rowOffset });
            } else {