jQCloud icon indicating copy to clipboard operation
jQCloud copied to clipboard

Dimention

Open smthlx opened this issue 12 years ago • 2 comments

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...??

smthlx avatar Jul 04 '13 18:07 smthlx

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

On Thu, Jul 4, 2013 at 11:51 PM, smthlx [email protected] 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 .

saravanan4514 avatar Jul 04 '13 19:07 saravanan4514

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 [email protected] 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.

lucaong avatar Jul 05 '13 07:07 lucaong