No CAPTCHA reCAPTCHA Resizing

前端 未结 14 1972
故里飘歌
故里飘歌 2020-12-14 01:23

Hi I just added Google\'s No CAPTCHA reCAPTCHA to my website, and I am running into a small little issue. It does NOT fit on my mobile website, and that is

14条回答
  •  攒了一身酷
    2020-12-14 01:48

    Hope you find this useful

    @media only screen and (max-width : 480px) {
        .smallcaptcha{
            transform:scale(0.75);
            transform-origin:50% 50%;
        }
    
    }
    

提交回复
热议问题