I've recently been experimenting with the skrollr plugin to build a parallax webpage optimized for iOS. I've noticed that when I solely use text, the scrolling effect is smooth and quick. However, as soon as I add a background image using CSS or an inline image in HTML, the scrolling becomes choppy and slow. Is there a solution to this issue? It seems like any inclusion of an image significantly impacts the performance.
Appreciate any help on this matter!