1
I put reCAPTCHA v2 on my website, but I have a problem like:
I wanted to make him responsive, so he could track the size of the fields.
I found a solution like:
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
But that only changes the scale of the element, the problem of using it this way is that it increases the width and the height and I still can’t do this responsive way.
Another solution is to use invisible reCAPTCHA v2, its problem is that it creates a "tab":
In the lower right corner of the site, I have a floating button and this "tab" disturbs and I cannot hide this "tab" because of the terms and conditions of reCAPTCHA v2.
You agree explicitly to 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 content does not follow the edges, ie if I put in css for example width: 100% its content does not go to the edge.
I went through this problem once and I found a question in the OR that said it’s not possible: Recaptcha API v2 Styling
– Marconi
I saw, but I still have hope, I had a problem with a bat, that it did not run in a folder, I went on the microsoft forum, here and everyone said that it was impossible, until after a while appeared a guy and gave me an answer that I was surprised: https://answall.com/questions/240236/como-executar-um-script-sem-me-preocupar-com-caracteres-especiais
– Wictor Chaves
I understand, I leave my +1 because this question is doubt of many people!
– Marconi