MotionCAPTCHA icon indicating copy to clipboard operation
MotionCAPTCHA copied to clipboard

Is rtl

Open alaa13212 opened this issue 13 years ago • 0 comments

Locate the message on the canvas is it (top right) or (top left)

for top left

$('#form').motionCaptcha();

for top right

$('#form').motionCaptcha({
    isRTL: true
});

alaa13212 avatar Nov 09 '12 06:11 alaa13212