Hello,
For the Scrollable Parallax you can set scrollableParallaxMinWidth
to 0
:
Example:
<section class="parallax section section-text-light section-parallax section-center py-0" data-plugin-parallax data-plugin-options="{'speed': 1.5, 'scrollableParallax': true, 'scrollableParallaxMinWidth': 0, 'startOffset': 10, 'cssProperty': 'width', 'cssValueStart': 40, 'cssValueEnd': 100, 'cssValueUnit': 'vw'}" data-image-src="img/parallax/parallax-2.jpg">........</section>
For simple parallax you should use the option enableOnMobile
:
Example 2:
<section class="parallax section section-parallax section-center" data-plugin-parallax data-plugin-options="{'speed': 1.5, 'enableOnMobile': true}" data-image-src="img/parallax/parallax-7.jpg">......</section>
Please try that and let us know if you need further assistance.