Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image not showing #16

Open
oprogfrogo opened this issue Jan 17, 2014 · 6 comments
Open

Image not showing #16

oprogfrogo opened this issue Jan 17, 2014 · 6 comments

Comments

@oprogfrogo
Copy link

The canvas is there but the image to draw is not showing up. I noticed on your demo, the background-position is overwritten and removed by the JS. But in my firebug, I see that the background-position is -9999px -9999px:

mc-canvas {

background-attachment: scroll;
background-clip: border-box;
background-color: #FFFFFF;
background-image: url("motionCaptcha-shapes.jpg") !important;
background-origin: padding-box;
background-position: -9999px -9999px;
background-repeat: no-repeat;
background-size: auto auto;
height: 154px;
width: 220px;

}

@tinkutharasing
Copy link

i got same issue.

@rchampa
Copy link

rchampa commented Jun 29, 2014

I have the same problem, any solution?

@tinkutharasing
Copy link

How it came back?

Sent from my iPad

On Jun 30, 2014, at 4:46 AM, Ricardo [email protected] wrote:

I have the same problem, any solution?


Reply to this email directly or view it on GitHub.

@rchampa
Copy link

rchampa commented Jun 30, 2014

I finally give up :(

@iquidus
Copy link

iquidus commented Jul 15, 2014

background-image: url("motionCaptcha-shapes.jpg") !important;

Is the motionCaptcha-shapes.jpg in the correct location? If not, it will not be able to display the shape to draw.

Edit: I have the latest version working fine in expressjs (using jade for templating)

@asologor
Copy link

Had the same problem. All shapes works properly except "caret". In my case it happens due to conflict with bootstrap.css, where also defined .caret class selector.
I suppose that in this case I can just remove 'caret' from defaults.shapes array or reset bootstrap's styles for .motion-captcha-canvas.caret

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants