Enngage / ngx-captcha

ReCaptcha components for Angular. Live preview:
https://enngage.github.io/ngx-captcha/
MIT License
151 stars 48 forks source link

resizing input #114

Closed alexfarrugia closed 2 years ago

alexfarrugia commented 3 years ago

Hi is there any easy to resize the element which is generated? I want to avoid implementing a directive which stays adding classes to some of the elements in the component? maybe by passing a class to the component or so? All i want is to have it resize to 100% of its parent container.

thanks

Enngage commented 2 years ago

I'm not aware of any configuration on Google's side to do this. Maybe you can try overriding the styles of rendered recaptcha, but it's not something this library would do.