Purii / react-wordcloud-demo

React component for demonstration purposes
http://purii.github.io/react-wordcloud-demo/
MIT License
12 stars 12 forks source link

responsiveness #2

Open davideghz opened 7 years ago

davideghz commented 7 years ago

Very good-looking component! How can I make it responsive?

RDP07 commented 7 years ago

I believe I fixed the issue that you were looking to fix. Check out the pull request. All you need to do is delete the max-width on the .wordcloud__countainer_cloud

Purii commented 7 years ago

The cloud itself is calculated by d3 which uses absolute values for each word. Anyhow. Could you send me an example please?

RDP07 commented 7 years ago

Try getting rid of the max-width and then look at the live view and resize to the smallest width possible and you will see what I am talking aobut.