• Resolved ovidijus

    (@ovidijus)


    Hello,

    if any1 want resize ReCaptcha,
    just edit 1 file:

    wp-recaptcha-integration/inc/class-wp_recaptcha_nocaptcha.php

    $default = array(
    ‘id’ => ‘g-recaptcha-‘.$this->_counter++,
    ‘class’ => “g-recaptcha”,
    ‘data-sitekey’ => $public_key,
    ‘data-theme’ => $theme,
    ‘style’ => “transform:scale(0.86);-webkit-transform:scale(0.86);transform-origin:0 0;-webkit-transform-origin:0 0;”,
    );

    im addaded this line, its my new ReCaptcha size 🙂

    ‘style’ => “transform:scale(0.86);-webkit-transform:scale(0.86);transform-origin:0 0;-webkit-transform-origin:0 0;”,

    https://ww.wp.xz.cn/plugins/wp-recaptcha-integration/

The topic ‘Resize ReCaptcha’ is closed to new replies.