May I ask how to change the length (size) or color of the slider? I tried to add .size() and .color() as below, but they don’t work…I really want to make the slider longer, because the default size is a bit too short
Apparently there is a max-width CSS property that’s being set to content in some versions of PennController, which limits the maximum size you can pass. Just add .css("max-width", "unset") after your size command and that should do the trick
As for the color, the default rendering of the slider is handled different by each browser. If you want to modify its aesthetics, you’ll have to do some CSS magic