reCAPTCHA Settings
-
Hi,
Thank you for the plugin.
Could you add an additional setting for the reCAPTCHA?
reCAPTCHA supports this attribute: data-size=”compact”. Sometimes it’s critical on the mobile because the default size is too big and breaks layout.
Currently I use tml_display filter where I add next code:
if ($action == 'register') { $output = str_replace('class="g-recaptcha"', 'class="g-recaptcha" data-size="compact"', $output); } return $output;
—
Regards,
Talgat
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘reCAPTCHA Settings’ is closed to new replies.