rrutsche / react-parallax

A React Component for parallax effect
MIT License
855 stars 76 forks source link

backgroundPosition not having any effect #49

Closed vpste1 closed 6 years ago

vpste1 commented 6 years ago

I can validate bgStyle is working (by adding a margin to the background image for example), however trying to use backgroundPosition fails to have any effect.

I have a large image and trying to centre it and have tried "center center", "50% 50%", etc. with many variations and the image never shifts.

rrutsche commented 6 years ago

Hi, as the image is no background image but an backgroundPosition won't have any effect.

rrutsche commented 6 years ago

If you still have questions feel free to reopen the ticket.