Building on the Quick Start example, you can choose between three sizes of star icons. For comparison, you can see the default size 16 stars in the Overview demo. You can see the size 24 and 32 stars in the Custom Icons demo.
Drop down and copy script to paste in <head> section
Script |
Copy Code |
---|---|
<script id="scriptInit" type="text/javascript"> $(document).ready(function () { $('#ratingRadio').wijrating({ iconHeight: 32, iconWidth: 32, icons: { iconsClass: 'wijmo-wijrating-normal-32', hoverIconsClass: 'wijmo-wijrating-hover-32', ratedIconsClass: 'wijmo-wijrating-rated-32' } }); }); </script> |