reCAPTCHA v2 Responsive

In this we can see how to make the google reCAPTCHA v2 as responsive for mobile devices.Thats very simple

Just add the below style code in your css

@media screen and (max-width: 575px) { 
#rc-imageselect, .g-recaptcha 
{
transform:scale(0.77);
-webkit-transform:scale(0.77);transform-origin:0 0;
-webkit-transform-origin:0 0;
} 
}
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Top News

Follow Us

0
Would love your thoughts, please comment.x
()
x