Benjamin Jared Miller

Results 1 comments of Benjamin Jared Miller

@oOBlinkOo You set the defaultItemCols and defaultItemRows properties on the options object and then call options.api.optionsChanged() to re-size the preview. ``` onDragStart (event,card) { this.options.defaultItemCols = 2; this.options.defaultItemRows = 2;...