We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6664ce6 + 0f0bfa4 commit e002524Copy full SHA for e002524
parallax.js
@@ -99,7 +99,7 @@
99
if (navigator.userAgent.match(/(iPod|iPhone|iPad)/)) {
100
if (this.iosFix && !this.$element.is('img')) {
101
this.$element.css({
102
- backgroundImage: 'url(' + encodeURIComponent(this.imageSrc) + ')',
+ backgroundImage: 'url(' + this.imageSrc + ')',
103
backgroundSize: 'cover',
104
backgroundPosition: this.position
105
});
0 commit comments