-
Hi everyone! I am trying to use the virtual-chinrest plugin, but when I run my code, the image of the credit card does not show up on my screen. I cannot figure out why. Has anyone encountered this problem before?
|
Beta Was this translation helpful? Give feedback.
Answered by
GEJ1
Oct 10, 2021
Replies: 1 comment 1 reply
-
Hi @woodenchair , The credit card image path by default is "img/card.png" , if you your image in another path you need to use the parameter Maybe that is the problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sophief10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @woodenchair ,
The credit card image path by default is "img/card.png" , if you your image in another path you need to use the parameter
item_path
(see documentation here)Maybe that is the problem?