css - Resize reCaptcha on asp.net form -
i've placed captcha command on form works great etc.
<recaptcha:recaptchacontrol id="recaptcha" runat="server" publickey="" privatekey="" theme="white" />
anyone know how resize this, width. might used on mobile site , need bit smaller?
thanks,
add next css in code.
#recaptcha_image, #recaptcha_image img { width: 100px !important; cursor: pointer; }
css asp.net recaptcha
No comments:
Post a Comment