Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
how to make recaptcha responsive when zoom in

hi guys i have problem,

when my view it is zoom in my recaptcha cannot responsive... but when i am zoom out my recaptcha can be responsive

this is my recaptcha when i am zoom in

zoom in

and here when i zoom out

zoom out

and here my code

<div class="g-recaptcha form-group" data-sitekey="" style="transform: scale(0.77); -webkit-transform: scale(0.77); transform-origin: 0 0;-webkit-transform-origin: 0 0;"></div>
                              </div>

and here my script

 <script>
    var width = $('.g-recaptcha').parent().width();
    if (width < 302) {
      var scale = width / 302;
      $('.g-recaptcha').css('transform', 'scale(' + scale + ')');
      $('.g-recaptcha').css('-webkit-transform', 'scale(' + scale + ')');
      $('.g-recaptcha').css('transform-origin', '0 0');
      $('.g-recaptcha').css('-webkit-transform-origin', '0 0');
    }
  </script>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!