athi
athi

Reputation: 1683

Recaptcha not responsive in small resolution devices

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. Screenshot

Upvotes: 0

Views: 523

Answers (1)

athi
athi

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

Related Questions