79700184

Date: 2025-07-13 19:10:22
Score: 1.5
Natty:
Report link

A good responsive solution for me:

.g-recaptcha {
  transform: scale(0.87);
  transform-origin: 0 0;

  @media screen and (min-width: 620px) {
    max-width: 100%;
    width: 100%;
  }
}

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alejandro Torres