19/01/2017CSSHow to resize the Google reCAPTCHA for mobile devicesThe only solution I found is the following CSS style: #rc-imageselect, .g-recaptcha { @media screen and (max-height: 600px) { transform: scale(0.95); transform-origin: […]