+ 1
Here is a parralax but can someone help me how to make it work!
4 Answers
+ 4
Following basic tuto (in french) found on google search, learn that you cannot use an <img> element but another one, styled with background image...
Anyway, your html code is buggy: malformed <img> ^^
Example of basic implementation of parallax JQuery plugin, through JQuery linked and plug-in copied from github to JS tab:
https://code.sololearn.com/W9tQq1MemBaP/#html
+ 1
it's nowhere Parallax.. I don't know how u r trying to do it..
+ 1
We don't have a method name parallax.. in jquery.. and first of all u need to link jquery to it.. and if u want to create it using any jquery library then please link it to ur html
+ 1
@visph Thank you!