-
Notifications
You must be signed in to change notification settings - Fork 122
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
Comments
i got same issue. |
I have the same problem, any solution? |
How it came back? Sent from my iPad
|
I finally give up :( |
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) |
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. |
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 {
}
The text was updated successfully, but these errors were encountered: