Reputation: 1683
I have added Recaptcha to a form and it is not responsive in smaller resolution devices. I couldn't find a solution to this. Please help.
Upvotes: 0
Views: 523
Reputation: 1683
This helped me to make recaptcha responsive.
<div class="g-recaptcha" data-theme="light" data-sitekey="XXXXXXXXXXXXX" style="transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;"></div>
Upvotes: 2