Home › Forums › Recaptcha › How to resize the Google noCAPTCHA reCAPTCHA ? Can you please explain Responsive recaptcha styles? › Reply To: How to resize the Google noCAPTCHA reCAPTCHA ? Can you please explain Responsive recaptcha styles?
May 15, 2020 at 6:22 am
#2783
Techy Online
Keymaster
#rc-imageselect, .g-recaptcha {
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
- This reply was modified 4 years, 4 months ago by Techy Online.
- This reply was modified 4 years, 4 months ago by Techy Online.