I am using code to display a tag cloud based on percentage values. The first time a tag is added to my db, it appears large, and then shrinks relative to other tags (the more ti
Based on what you have shown the tag should already appear small to begin with - tagGroup.Count() would be 1 and GetTagSize will return "small"
Something must be overriding this code to force the font size large - just take that out and I think you should get what you have asked for.