You can allow text resizing from options simply add ``` javascript // Create our objects: two labels and the button .css({"font-size": this.options.height + "px"}); .css({"font-size": this.options.height + "px"}); ``` in lines 75 and 76 ;) Why not? Best regards
You can allow text resizing from options simply add
in lines 75 and 76 ;)
Why not?
Best regards