pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

source not working in div tag #270

Open Ninad0311 opened 6 years ago

Ninad0311 commented 6 years ago

i pasted the jquery and linked the js file.but while including the picture in div tag the source is not opening to upload a file./please help parallax

wstoettinger commented 6 years ago

there are two modes of initialization.

  1. auto-initialization with data-parallax attribute: it's simple but restricted in terms of features.
  2. targeted javascript initialization: requires a javascript call, allows for more complex features.

with data attributes the inner html content is not supported, please check the readme on how to use the javascript initialization and please don't mix the two!