Parallax problem

Hi, having some issues with the parallax bg image on http://www.sntravel.co.uk/

The scroll is making it move too fast and too often. Can you advise a fix for that please?

Get rid of the unnecessary JS! :stuck_out_tongue:

Honestly, the site is nicer to use with JS off altogether—apart from the gallery not working. I know this isn’t what you want to hear, but from an end user’s point of view, what we really want is a simple, fast-loading site. This page took a long time to load for me, as it seems the images in particular are not well optimized, so I’d advise dealing with that first.

Anyhow, I’ll shuddup now and let people focus on the JS. :slight_smile:

1 Like

Hi,

In webkit you can sometimes smooth things out by utilising the hardware acceleration aspects of CSS3 transforms.

Try this.

.bg-holder{ -webkit-transform:rotate(0); }

Thanks Paul that looks like it’s smoothing things a bit now. I’ll try at home.

I agree images are not optimized 100% but this is a temporary site and the slider is going away soon anyway.

the bg parallax is staying hence my concern.

Regarding the loading speed, if you are not in UK it’s gonna take a while as we don’t have a CDN and business is UK based

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.