-
Notifications
You must be signed in to change notification settings - Fork 63
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
Background Image change #28
Comments
Which image are you trying to change? The one on the card or the graphics on the backside of all the cards? |
Hello, sorry for the late response. |
By following this guide you can ensure that the CSS is always loaded when the content is displayed: https://h5p.org/documentation/for-developers/visual-changes |
@juanalverto May I know which part of the CSS u had change? |
Hello, good day
Can you please give me an example on how the image url should be written on this part of the code in order to change the Background image of the game? , i tried to putting my image url in there, but i can´t change it. Thanks!
file: card.js (line 172)
// Add back image for card
if (backImage) {
var backgroundImage = 'background-image:url(' + backImage + ')';
The text was updated successfully, but these errors were encountered: