How to resize the Google reCAPTCHA for mobile devicesBy ariz19/01/2017CSSThe 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: 0 0; } }