how i can contral the circliful size?
yxxhero opened this issue · 1 comments
yxxhero commented
how i can contral the circliful size?
howard60915 commented
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