nashio / star-rating-svg

A star rating jQuery plugin that uses SVG for easier customization
http://nashio.github.io/star-rating-svg/demo
MIT License
355 stars 156 forks source link

Change starSize #14

Closed Ygnaaac closed 8 years ago

Ygnaaac commented 8 years ago

It woud be great to have method for changing star size, or even better add breakpoints to options, so user can set size for different resolutions.

nashio commented 8 years ago

Those are really good ideas, I'm gonna look into it. thx

nashio commented 8 years ago

Added a new method to resize the stars: $('your-selector').starRating('resize', 50) Let me know if it works for you.

As for including an option to detect breakpoints in the plugin itself, I think I'm gonna leave it simple for now. Maybe in the future, if more people ask for it.

Ygnaaac commented 8 years ago

Hi, I just tried this new method and it works perfectly. Exactly what I needed. Thank you