A
A
Alexander2018-06-25 11:22:22
css
Alexander, 2018-06-25 11:22:22

How to reduce recaptcha with the zoom property?

5b30a609878fc280468715.png
It happened
5b30a618246fe573564724.png
and that's how it should be. I register through js

$('.g-recaptcha > div').attr('style', 'width: auto;');
$('.g-recaptcha > div').attr('style', 'zoom: 0.5');
$('iframe > html').attr('style', 'zoom: 0.5');

The last one doesn't work

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SeaW, 2018-06-25
@SeaW

Maybe you should replace the zoom with ? transform: scale(.5)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question