Dear Google
Since April you have been penalising websites that aren't mobile responsive for mobile searches, demanding they be such in order to retain their ranking - which is fair enough. But WHY is it then that reCAPTCHA is not mobile responsive?
As the image attached shows, when reCAPTCHA is viewed on a portrait iPhone 5, showing a page built using Foundation 5, the widget exceeds the space given.
As you have removed all customisation from version 2, can I ask that you at least add a third option for data-size? Currently you just have "compact" and "normal", I suggest adding a third of "fit". This would mean the widget scales to the surrounding DIV. So when inside a Foundation DIV, we could have:
<div class="row">
<div class="small-12 medium-6 columns">
<div class="g-recaptcha" data-sitekey="xxxxxxxxxxxxxxxxxxxxxx" data-size="fit"></div>
</div>
<div class="small-12 medium-6 columns">
<input type="submit" class="button radius" value="SUBMIT" alt="Submit the form" />
</div>
</div>
This would mean that when on a mobile it could be 100% the width of the screen and then 50% on a tablet and desktop. Allowing the widget to align beautifully with the above input boxes or text.
Surely this NEEDS to be added in order for sites to look good when built using a responsive framework as you request? As it stands, looking like there is something wrong with a page, I don't really want to use the widget.
Just a thought guys! You know you can easily add this. :-D
Cheers, G