Skip to content

Instantly share code, notes, and snippets.

@sohelamin
Last active August 29, 2015 14:16
Show Gist options
  • Save sohelamin/9cf042067e9f39aff651 to your computer and use it in GitHub Desktop.
Save sohelamin/9cf042067e9f39aff651 to your computer and use it in GitHub Desktop.
Re-captcha responsive width
<html>
<head>
<title>reCAPTCHA demo: Simple page</title>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
</head>
<body>
<form action="?" method="POST">
<div class="g-recaptcha" data-theme="light" data-sitekey="<YOUR_SITE_KEY>" style="transform:scale(0.77);transform-origin:0 0"></div>
<br/>
<input type="submit" value="Submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment