No CAPTCHA reCAPTCHA Resizing

前端 未结 14 1971
故里飘歌
故里飘歌 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 02:11

    For me the compact mode implementation of Google re-captcha 2.0 is just lame. It looks ugly.

    Just expanding from "Geek Goddess" solution.

    You can do the following:

    That will resize on almost all browsers IE, Chrome, FF, Opera (DXImageTransform is for IE <= 8).

    Further more we can make it responsive by combining this transform scale with CSS max-width.

    It's not the perfect way, but until we get the proper responsive fix from Google.

提交回复
热议问题