Site logo

Archived topic

parallax images resize differently in fiefox?

11 replies · Started by Vajra on May 22, 2018

Viewing posts 1–12 of 12

Hi Tom,
In the ideal world the parallax effect on this Adwords landing page
http://earthsharing.org/usa-natural-resources/
would look the same in all browsers but it does not?
It looks how I want it in Firefox
But in Chrome or Safari, the image is magnified and you only get the top part?

By the way, I added this CSS
.page-header-content {
background-attachment: fixed;
background-position-y: 0px !important;
}
to keep the image stationay.

Thank you

How do you stop it zooming in?

The page that's not working is still loading the original small image.

So I cleared all the caches in different browsers many times loaded it with a different header. Then made a new header with the bigger image but it still seems to revert to the old image???

Clearing browser cache won't work. Any plugin or server cache?

This site is now working and showing the new image: http://earthsharing.org/usa-natural-resources-old/

Try removing the CSS you've added:

.page-header-content {
    background-attachment: fixed;
    background-position-y: 0px!important;
}

Ah its my css that is the problem.

What CSS can you suggest to make the parallax image stationary?

So you don't want parallax? If so can you disable parallax first?

This archived topic is closed to new replies.