I put the reCAPTCHA v2 on my site, but I have type problem:
Iwantedtomakehimresponsive,sohetrackedthesizeofthefields.
Ifoundasolutionoftype:
transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:00;-webkit-transform-origin:00;
Butthisonlychangesthescaleoftheelement,theproblemofusingitthiswayisthatitincreasesthewidthandheightandIstillcannotmakeitresponsive.
AnothersolutionistouseinvisiblereCAPTCHAv2,itsproblemisthatitcreatesa"flip":
Inthelowerright-handcornerofthesite,Ihaveafloatingbuttonandthis"flip" disrupts and I can not hide this "flip" because of the terms and conditions of reCAPTCHA v2.
You agree to explicitly inform visitors to your site that you have implemented the Invisible reCAPTCHA on your site and that their use of the Invisible reCAPTCHA is subject to the Google Privacy Policy and Terms of Use.
The complicating factor here is that it is an iframe and its contents do not match the borders, ie if I put in css for example width: 100% your content will not go to the edge.