# 9 years ago | |
---|---|
Is there a way that we can make a tagul cloud responsive, so that it appears good on mobile devices as well? |
# 9 years ago | |
---|---|
Just make the div container's (which includes script tag) width and height in "%" instead of "px", e.g.:
Then your cloud should be resized accordingly when browser window is resized. |