Posts

Showing posts with the label Captcha

Resizing the Captcha in a Form

.hs_recaptcha iframe {    transform:scale(0.77);   -webkit-transform:scale(0.77);   transform-origin:0 0;   -webkit-transform-origin:0 0; } .hs_recaptcha .input div {   width: 200px !important; }