This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
forked from lucaong/jQCloud
-
Notifications
You must be signed in to change notification settings - Fork 106
autoresize lead to overlapping words #33
Comments
Maybe it's a resize timing problem.
And change the initialize as below.
Finally, change resize as below.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On using JQcloud in a bootstrap modal. If I use autoresize event in JQCloud, everything works fine if bootstrap modal is opened and zoom operation is performed but when the bootstrap modal is closed and zoom operations are performed on the browser then if the modal is opened again then entire words are being overlapped.
I tried it by removing autoresize: true then it worked fine. But some words are being overlapped now because of performing zoom-in operations many times.
So, is there any way to perform autoresize without using "autoresize: true" or is there any way to prevent overlapping of words on using autoresize
The text was updated successfully, but these errors were encountered: