• Hi there! First off, thank you thank you thank you for your plugin. It’s fantastic and has saved me so much time!

    I have two issues that I’m hoping you can help me with. I built the site in Chrome on macOS. Now that I’m testing in Firefox and Safari, there are a couple bugs:

    1) In Firefox and Safari, the colour overlay doesn’t seem to be appearing. Scroll down to the bottom of my homepage to see what I mean. There should be a semi-opaque red over the parallax. This occurs on a couple other pages in the site too. It works fine in Chrome.

    2) In Firefox (Safari and Chrome are fine), the parallax images appear at a squished aspect ratio when they’re first loaded. After a brief moment, they self-correct.

    I haven’t tested IE yet.

    Help??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author nK

    (@nko)

    Hi.

    1. I see you added invalid color value:

    rgb(224,41,42,0.75);
    

    You should use this one:

    rgba(224,41,42,0.75);
    

    2. I can’t see this bug.

    Regards, nK.

Viewing 1 replies (of 1 total)
  • The topic ‘Overlay and image loading on Safari/Firefox vs Chrome’ is closed to new replies.