[Resolved] parallax images resize differently in fiefox?

Home Forums Support [Resolved] parallax images resize differently in fiefox?

Home Forums Support parallax images resize differently in fiefox?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #581989
    Vajra

    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.

    #582051
    Leo
    Staff
    Customer Support

    Hi there,

    I’m seeing the same thing across all browsers. This is from FireFox:
    2018-05-22_1313.png

    I think the issue here is that you are using full width container but the background images isn’t big enough so it’s zoomed in:
    http://earthsharing.org/files1/wp-content/uploads/2018/05/wind-turbines-2-web.jpg

    Let me know if this helps.

    #582137
    Vajra

    Thank you

    #582144
    Vajra
    #582147
    Vajra

    How do you stop it zooming in?

    #582152
    Vajra

    This has the same header and shows correctly?
    http://earthsharing.org/natural-resources/
    I cleared the cache local as well as Cloudflare?

    #582205
    Leo
    Staff
    Customer Support

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

    #582220
    Vajra

    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???

    #582224
    Vajra

    I made a new page
    http://earthsharing.org/usa-natural-resources/

    changed the old one with exactly the same settings to old
    http://earthsharing.org/usa-natural-resources-old/

    There is something in that page that will not change?

    #582260
    Leo
    Staff
    Customer Support

    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;
    }
    #582756
    Vajra

    Ah its my css that is the problem.

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

    #582766
    Leo
    Staff
    Customer Support

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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.