lucaong / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
MIT License
646 stars 293 forks source link

Dimention #42

Open smthlx opened 11 years ago

smthlx commented 11 years ago

I decreased the height & width of the div and few of the link is created is gone how to fix it. i also did the css overflow to visible...??

saravanan4514 commented 11 years ago

Can u send me the width and height you have set for the div?.

On Thu, Jul 4, 2013 at 11:51 PM, smthlx notifications@github.com wrote:

I decreased the height & width of the div and few of the link is created is gone how to fix it. i also did the css overflow to visible...??

— Reply to this email directly or view it on GitHubhttps://github.com/lucaong/jQCloud/issues/42 .

lucaong commented 11 years ago

In latest jQCloud, by default overflowing words are removed. You can turn this behavior off by setting removeOverflowing to false (see the README):

$(...).jQCloud([...], { removeOverflowing: false })

On 04/lug/2013, at 20:21, smthlx notifications@github.com wrote:

I decreased the height & width of the div and few of the link is created is gone how to fix it. i also did the css overflow to visible...??

— Reply to this email directly or view it on GitHub.