Hi ??
Parallax installed, js added.
Effect:
New div after body, position on fullpagee instead on my section where is spcifc class name.
If class name was doubled in html, there were two new divs with same content (logic)
So it just adding background image on fullpage without anykind of effects.
I didn’t tried with ID, but propably effect will be same.
Section got relative position in css.
Knowledge how parallax works is needed ??
JS code used:
$('.sectionane .slimScrollDiv').parallax({
imageSrc: '/wp-content/uploads/2017/01/sa-02-edit.jpg',
naturalWidth: '2560',
naturalHeight: '2410'
});
-
This reply was modified 8 years, 2 months ago by slupek.
-
This reply was modified 8 years, 2 months ago by slupek.
-
This reply was modified 8 years, 2 months ago by slupek.
-
This reply was modified 8 years, 2 months ago by slupek.
-
This reply was modified 8 years, 2 months ago by slupek.