Google reCAPTCHA v2 widget has 2 defined size: 'normal' and 'compact'
But we still need resize to fix our form.
How can do that?
I hacked like this
<div class="g-recaptcha" data-sitekey="CAPTCHA_SITE_KEY" style="height:110px;-webkit-transform:scale(1.39);transform:scale(1.39);-webkit-transform-origin:0 0;transform-origin:0 0"></div>
It will fix our form button image on widget will be scaled and blurred (especially on Retina Display)
I hope Google will fix this by detecting browser and use SVG image for 'Recycle Icon' and 'Spinner'
Thank Google reCAPTCHA Team!