pguso/js-plugin-circliful

how i can contral the circliful size?

yxxhero opened this issue · 1 comments

how i can contral the circliful size?

adjust the width of "circliful-container"

$('#where_show_the_circliful').circliful({
    animationStep: 5,
    foregroundBorderWidth: 5,
    backgroundBorderWidth: 15,
    percent: 80
});
# the width of element with id="where_show_the_circliful" will decide your circliful size