You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If jSignature is applied to a hidden container (i.e. a modal dialog, etc), the jSignature initialization routine does not take into account the final height of the container, thus rendering the signature box as small height as possible.
However, if you make the hidden container visible first, then apply $("#signature").jSignature(), the height of the signature box matches the container.
The text was updated successfully, but these errors were encountered:
If jSignature is applied to a hidden container (i.e. a modal dialog, etc), the jSignature initialization routine does not take into account the final height of the container, thus rendering the signature box as small height as possible.
However, if you make the hidden container visible first, then apply $("#signature").jSignature(), the height of the signature box matches the container.
The text was updated successfully, but these errors were encountered: