TagCloud size problem

后端 未结 3 2056
傲寒
傲寒 2021-01-28 23:47

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

3条回答
  •  [愿得一人]
    2021-01-29 00:09

    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.

提交回复
热议问题