We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sometimes you need to do this. Using jQuery it might look like something like this:
jQcloud sets a width during its first run. Reset to 100% before calling jQcloud again
$(element).css("width", "100%") $(element).empty().jQcloud(words)
Or when you empty also calculate the width and pass it in as an option.