I want to put recaptcha inside my div fit. As you know google return the recaptcah as an iframe and can't manipulate it.
<style>
.parent{overflow:hidden}
</style>
<div class="parent">
<!-- google recaptcha-->
</div>
the problem is google response's width is more than parent's width and the rest of the google response isn't shown. How can I put the google response inside parent div fit?