Looking to resize the captcha on this page =
I’ve found some Google recaptcha code (below) but doesn’t seem to work in/with Gravity Forms. Please help.
.g-recaptcha {
transform:scale(0.77);
transform-origin:0 0;
}
Looking to resize the captcha on this page =
I’ve found some Google recaptcha code (below) but doesn’t seem to work in/with Gravity Forms. Please help.
.g-recaptcha {
transform:scale(0.77);
transform-origin:0 0;
}
Edit: Better solution below.
Original:
Dang. This is one of those scenarios where it feels like there has to be a better solution but… in the name of narrow forms, this should work for you.
.ginput_recaptcha iframe {
transform: scale(0.65);
transform-origin:0 0;
}
Thank you so much! This worked perfectly! However, I will add that seeing the Captcha shrunk down is a tad odd at first. Hoping that Gravity Forms adds, or adds back, a ‘compact’ option to these within the backend. But, thank you again David.
Ok, I couldn’t leave this alone.
Here’s a better solution that actually activates reCAPTCHA’s “compact” mode. I’ve added it to our Snippet Library here:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.