tapash2407
Results
1
comments of
tapash2407
Height can be set by changing the code in "jquery.jqscribble.js". Please find below the code: if(noparent) { width = this.parent().width(); height = this.parent().height(); } ``` //newly added if (options !=...