How do I resize a signature

I have a Capture On The Go document which picks up various information including signatures. I use the captured information and signatures to create another document. I am placing the signatures on the page in this document in positioned boxes and I need to shrink the size of the signatures to fit the positioned box.

I had hoped that resizing the positioned box to the size that I need would scale the signature to that size as well but this doesn’t seem to be the case. How can I scale captured signatures to fit the positioned boxes?

You can do it via css. Lets say your image has the class “imageResize” you can use the following css.

.imageResize {
max-height: 100%;
max-width: 100%;
}

I tried several different percentages and found that this did not change the size of the signature. Is this because the signature contains the following?

Would that prevent the signature being resized?

Please find attached 2 documents that explain and show how to resize signature in Connect through multiple context (Web, Email, Print).

One is for Connect 1.7

One is for Connect 1.8