Expert Answer
Helloi confirm that it is possible but it requires a custom css styles.
Each instance "homepage products" that you can create in the module has own ID
for exmaple #hppContainer9, #hppContainer21 etc. (id number is unique for each instance of products you create in the module,
if you want to create such parallax efect you will need to add css styles to your global.css file (themes/your-theme/css/global.css)
#hppContainer97 { background-image: url(http://pub.pcmajster.pl/tapety/wallpaper-1453653.jpg); height: 500px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;}
the effect will be like i show on the video:
https://drive.google.com/uc?id=1c2QStZMcEI1AP3YKGI16o9QcMYAbqq83
each block can have own parallax image, so each instance with products can have different parallax effect.
0 comments:
Post a Comment