+ 1
Is it possible to make an image into a parallax background in HTML? If so, how?
I don't recall learning about these in the course on solo learn. I've tried looking it up and everything I find on the topic requires some CSS and/or JS. Is there a way to create this in only html? If not is there a relatively simple way to accomplish this with minor use of the other languages?
1 Réponse
0
no.
at first, sololearn courses only focus on language basis...
secondly, parralax effect cannot be done with html only... I guess not really with css: only javascript could give you the way to do it... but not in an fully easy way ^^
at most, you could find some library to help you, but most probably by searching for parralax tutorials ;P